Html Css Color HEX #A08508 Dark Goldenrod

📋 copy color: '#A08508'

red 160 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #A08508

Tints of Dark Goldenrod #A08508

RGB

 RED value IS 160 (62.89% from 255) = 53.16%

 GREEN value IS 133 (52.34% from 255) = 44.19%

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

R = 53.16%
G = 44.19%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A08508 (or 0xA08508) is known color: Dark Goldenrod. HEX triplet: A0, 85 and 08. RGB value is (160,133,8). Sum of RGB (Red+Green+Blue) = 160+133+8=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08508 is #5F7AF7. Grayscale: #7F7F7F. Windows color (decimal): -6257400 or 558496. OLE color: 558496.

HSL color Cylindrical-coordinate representation of color #A08508: hue angle of 49.34º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A08508 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 133 8 -
CMYK 0 0.17 0.95 0.37
HSL 49.34º 0.9% 0.33% -
HSV(B) 49.34º 0.95% 0.63% -
XYZ 22.93 24.27 3.71 -
YUV 126.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 160 133 8 0 0.17 0.95 0.37 49.34 0.9 0.33
Hex A0 85 8 0 11 5F 25 31 5A 21
Octal 240 205 10 0 21 137 45 61 132 41
Binary 10100000 10000101 1000 0 10001 1011111 100101 110001 1011010 100001

Color Harmonies of #A08508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08508

Black with #A08508

Text Example


Text Example

White with #A08508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08508; }

 p { color: rgb(160,133,8); }

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

background-color css

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

 a { background-color: rgb(160,133,8); }

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

border-color css

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

 span { border-color: rgb(160,133,8); }

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