Html Css Color HEX #A87808 Dark Goldenrod

📋 copy color: '#A87808'

red 168 ◦ green 120 ◦ blue 8

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

Shades of Dark Goldenrod #A87808

Tints of Dark Goldenrod #A87808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.54%

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

R = 56.76%
G = 40.54%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A87808 (or 0xA87808) is known color: Dark Goldenrod. HEX triplet: A8, 78 and 08. RGB value is (168,120,8). Sum of RGB (Red+Green+Blue) = 168+120+8=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A87808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87808 is #5787F7. Grayscale: #7A7A7A. Windows color (decimal): -5736440 or 555176. OLE color: 555176.

HSL color Cylindrical-coordinate representation of color #A87808: hue angle of 42º 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 #A87808 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 8 -
CMYK 0 0.29 0.95 0.34
HSL 42º 0.91% 0.35% -
HSV(B) 42º 0.95% 0.66% -
XYZ 22.91 21.78 3.23 -
YUV 121.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 168 120 8 0 0.29 0.95 0.34 42 0.91 0.35
Hex A8 78 8 0 1D 5F 22 2A 5B 23
Octal 250 170 10 0 35 137 42 52 133 43
Binary 10101000 1111000 1000 0 11101 1011111 100010 101010 1011011 100011

Color Harmonies of #A87808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87808

Black with #A87808

Text Example


Text Example

White with #A87808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87808; }

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

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

background-color css

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

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

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

border-color css

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

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

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