Html Css Color HEX #A87508 Dark Goldenrod

📋 copy color: '#A87508'

red 168 ◦ green 117 ◦ blue 8

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

Shades of Dark Goldenrod #A87508

Tints of Dark Goldenrod #A87508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

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

R = 57.34%
G = 39.93%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A87508 (or 0xA87508) is known color: Dark Goldenrod. HEX triplet: A8, 75 and 08. RGB value is (168,117,8). Sum of RGB (Red+Green+Blue) = 168+117+8=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A87508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87508 is #578AF7. Grayscale: #787878. Windows color (decimal): -5737208 or 554408. OLE color: 554408.

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

Color convert

RGB 168 117 8 -
CMYK 0 0.30 0.95 0.34
HSL 40.88º 0.91% 0.35% -
HSV(B) 40.88º 0.95% 0.66% -
XYZ 22.55 21.06 3.11 -
YUV 119.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 168 117 8 0 0.30 0.95 0.34 40.88 0.91 0.35
Hex A8 75 8 0 1E 5F 22 29 5B 23
Octal 250 165 10 0 36 137 42 51 133 43
Binary 10101000 1110101 1000 0 11110 1011111 100010 101001 1011011 100011

Color Harmonies of #A87508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87508

Black with #A87508

Text Example


Text Example

White with #A87508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87508; }

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

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

background-color css

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

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

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

border-color css

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

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

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