Html Css Color HEX #A87604 Dark Goldenrod

📋 copy color: '#A87604'

red 168 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #A87604

Tints of Dark Goldenrod #A87604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 57.93%
G = 40.69%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A87604 (or 0xA87604) is known color: Dark Goldenrod. HEX triplet: A8, 76 and 04. RGB value is (168,118,4). Sum of RGB (Red+Green+Blue) = 168+118+4=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A87604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87604 is #5789FB. Grayscale: #787878. Windows color (decimal): -5736956 or 292520. OLE color: 292520.

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

Color convert

RGB 168 118 4 -
CMYK 0 0.30 0.98 0.34
HSL 41.71º 0.95% 0.34% -
HSV(B) 41.71º 0.98% 0.66% -
XYZ 22.65 21.29 3.03 -
YUV 119.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 168 118 4 0 0.30 0.98 0.34 41.71 0.95 0.34
Hex A8 76 4 0 1E 62 22 2A 5F 22
Octal 250 166 4 0 36 142 42 52 137 42
Binary 10101000 1110110 100 0 11110 1100010 100010 101010 1011111 100010

Color Harmonies of #A87604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87604

Black with #A87604

Text Example


Text Example

White with #A87604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87604; }

 p { color: rgb(168,118,4); }

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

background-color css

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

 a { background-color: rgb(168,118,4); }

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

border-color css

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

 span { border-color: rgb(168,118,4); }

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