Html Css Color HEX #A87005 Golden Brown

📋 copy color: '#A87005'

red 168 ◦ green 112 ◦ blue 5

#A87005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A87005

Tints of Golden Brown #A87005

RGB

 RED value IS 168 (66.02% from 255) = 58.95%

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 58.95%
G = 39.3%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A87005 (or 0xA87005) is known color: Golden Brown. HEX triplet: A8, 70 and 05. RGB value is (168,112,5). Sum of RGB (Red+Green+Blue) = 168+112+5=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A87005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87005 is #578FFA. Grayscale: #757575. Windows color (decimal): -5738491 or 356520. OLE color: 356520.

HSL color Cylindrical-coordinate representation of color #A87005: hue angle of 39.39º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A87005 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 5 -
CMYK 0 0.33 0.97 0.34
HSL 39.39º 0.94% 0.34% -
HSV(B) 39.39º 0.97% 0.66% -
XYZ 21.97 19.92 2.83 -
YUV 116.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 168 112 5 0 0.33 0.97 0.34 39.39 0.94 0.34
Hex A8 70 5 0 21 61 22 27 5E 22
Octal 250 160 5 0 41 141 42 47 136 42
Binary 10101000 1110000 101 0 100001 1100001 100010 100111 1011110 100010

Color Harmonies of #A87005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87005

Black with #A87005

Text Example


Text Example

White with #A87005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87005; }

 p { color: rgb(168,112,5); }

 H1.HeaderClassName
 {
   color: #A87005;
 }
 .AnyTagClassName
 {
   color: #A87005;
 }
</style>

background-color css

<style>
 a { background-color: #A87005; }

 a { background-color: rgb(168,112,5); }

 div.DivClassName
 {
   background-color: #A87005;
 }
 .BgClassName
 {
   background-color: #A87005;
 }
</style>

border-color css

<style>
 span { border-color: #A87005; }

 span { border-color: rgb(168,112,5); }

 td.TdClassName
 {
   border-color: #A87005;
 }
 .TagClassName
 {
   border-color: #A87005;
 }
</style>