Html Css Color HEX #A87F08 Dark Goldenrod

📋 copy color: '#A87F08'

red 168 ◦ green 127 ◦ blue 8

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

Shades of Dark Goldenrod #A87F08

Tints of Dark Goldenrod #A87F08

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 55.45%
G = 41.91%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A87F08 (or 0xA87F08) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 08. RGB value is (168,127,8). Sum of RGB (Red+Green+Blue) = 168+127+8=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F08 is #5780F7. Grayscale: #7E7E7E. Windows color (decimal): -5734648 or 556968. OLE color: 556968.

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

Color convert

RGB 168 127 8 -
CMYK 0 0.24 0.95 0.34
HSL 44.63º 0.91% 0.35% -
HSV(B) 44.63º 0.95% 0.66% -
XYZ 23.78 23.52 3.52 -
YUV 125.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 168 127 8 0 0.24 0.95 0.34 44.63 0.91 0.35
Hex A8 7F 8 0 18 5F 22 2D 5B 23
Octal 250 177 10 0 30 137 42 55 133 43
Binary 10101000 1111111 1000 0 11000 1011111 100010 101101 1011011 100011

Color Harmonies of #A87F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F08

Black with #A87F08

Text Example


Text Example

White with #A87F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F08; }

 p { color: rgb(168,127,8); }

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

background-color css

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

 a { background-color: rgb(168,127,8); }

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

border-color css

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

 span { border-color: rgb(168,127,8); }

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