Color Hex Logo

#a67523 Color Hex

#A67523
(166,117,35)
0 Favorites   0 Comments

Color spaces of #a67523

RGB 16611735
HSL0.100.650.39
HSV38°79°65°
CMYK 0.000.300.79   0.35
XYZ22.390520.95094.4539
Yxy20.95090.46850.4383
Hunter Lab45.77227.216126.2712
CIE-Lab52.895711.836549.8745

#a67523 color RGB value is (166,117,35).

#a67523 hex color red value is 166, green value is 117 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a67523 hue: 0.10 , saturation: 0.65 and the lightness value of a67523 is 0.39.

The process color (four color CMYK) of #a67523 color hex is 0.00, 0.30, 0.79, 0.35. Web safe color of #a67523 is #996633. Color #a67523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 00100011
Octal 246 165 43
Decimal 166 117 35
Hex A6 75 23

RGB Percentages of Color #a67523

%52.20
%36.79
%11.01

CMYK Percentages of Color #a67523

%0
%30
%79
%35

Triadic Colors of #a67523

#a67523 #23a675 #7523a6

Analogous Colors of #a67523

#a67523 #96a623 #a63423

Monochromatic Colors of #a67523

#a67523

Complementary Color

#a67523 #2354a6

#a67523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67523 Color CSS Codes

.mybgcolor {background-color:#a67523; } 
.myforecolor {color:#a67523; }
.mybordercolor {border:3px solid #a67523; }

#a67523 Text Font Color

<p style="color:#a67523">Text here</p>

This sample text font color is #a67523
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a67523 Background Color

<div style="background-color:#a67523">
Div content here</div>

This div background color is #a67523


#a67523 Border Color

<div style="border:3px solid #a67523">
Div here</div>

This div border color is #a67523


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,117,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a67523; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a67523;
  -webkit-box-shadow: 1px 1px 3px 2px #a67523;
  box-shadow:         1px 1px 3px 2px #a67523; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,117,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a67523">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a67523;
  -webkit-box-shadow: 1px 1px 3px 2px #a67523;
  box-shadow:         1px 1px 3px 2px #a67523;">
Div content here</div>

This div box has shadow with color #a67523


Comments

No comments written yet.

Please login to write comment.