Color Hex Logo

#a48702 Color Hex

#A48702
(164,135,2)
0 Favorites   0 Comments

Color spaces of #a48702

RGB 1641352
HSL0.140.980.33
HSV49°99°64°
CMYK 0.000.180.99   0.36
XYZ23.984825.22483.6622
Yxy25.22480.45360.4771
Hunter Lab50.2243-2.649230.8338
CIE-Lab57.29380.041261.8095

#a48702 color RGB value is (164,135,2).

#a48702 hex color red value is 164, green value is 135 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a48702 hue: 0.14 , saturation: 0.98 and the lightness value of a48702 is 0.33.

The process color (four color CMYK) of #a48702 color hex is 0.00, 0.18, 0.99, 0.36. Web safe color of #a48702 is #999900. Color #a48702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 00000010
Octal 244 207 2
Decimal 164 135 2
Hex A4 87 2

RGB Percentages of Color #a48702

%54.49
%44.85
%0.66

CMYK Percentages of Color #a48702

%0
%18
%99
%36

Triadic Colors of #a48702

#a48702 #02a487 #8702a4

Analogous Colors of #a48702

#a48702 #70a402 #a43602

Monochromatic Colors of #a48702

#a48702

Complementary Color

#a48702 #021fa4

#a48702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48702 Color CSS Codes

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

#a48702 Text Font Color

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

This sample text font color is #a48702
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.


#a48702 Background Color

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

This div background color is #a48702


#a48702 Border Color

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

This div border color is #a48702


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,135,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a48702; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a48702;
  -webkit-box-shadow: 1px 1px 3px 2px #a48702;
  box-shadow:         1px 1px 3px 2px #a48702; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48702


Comments

No comments written yet.

Please login to write comment.