Html Css Color HEX #A08904 Dark Goldenrod

📋 copy color: '#A08904'

red 160 ◦ green 137 ◦ blue 4

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

Shades of Dark Goldenrod #A08904

Tints of Dark Goldenrod #A08904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

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

R = 53.16%
G = 45.51%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08904 (or 0xA08904) is known color: Dark Goldenrod. HEX triplet: A0, 89 and 04. RGB value is (160,137,4). Sum of RGB (Red+Green+Blue) = 160+137+4=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08904 is #5F76FB. Grayscale: #818181. Windows color (decimal): -6256380 or 297376. OLE color: 297376.

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

Color convert

RGB 160 137 4 -
CMYK 0 0.14 0.98 0.37
HSL 51.15º 0.95% 0.32% -
HSV(B) 51.15º 0.98% 0.63% -
XYZ 23.46 25.37 3.78 -
YUV 128.72 57.62 150.31 -
System Red Green Blue C M Y K H S L
Decimal 160 137 4 0 0.14 0.98 0.37 51.15 0.95 0.32
Hex A0 89 4 0 E 62 25 33 5F 20
Octal 240 211 4 0 16 142 45 63 137 40
Binary 10100000 10001001 100 0 1110 1100010 100101 110011 1011111 100000

Color Harmonies of #A08904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08904

Black with #A08904

Text Example


Text Example

White with #A08904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08904; }

 p { color: rgb(160,137,4); }

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

background-color css

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

 a { background-color: rgb(160,137,4); }

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

border-color css

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

 span { border-color: rgb(160,137,4); }

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