Html Css Color HEX #A08900 Dark Goldenrod

📋 copy color: '#A08900'

red 160 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #A08900

Tints of Dark Goldenrod #A08900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.87%
G = 46.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A08900 (or 0xA08900) is known color: Dark Goldenrod. HEX triplet: A0, 89 and 00. RGB value is (160,137,0). Sum of RGB (Red+Green+Blue) = 160+137+0=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A08900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08900 is #5F76FF. Grayscale: #808080. Windows color (decimal): -6256384 or 35232. OLE color: 35232.

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

Color convert

RGB 160 137 0 -
CMYK 0 0.14 1 0.37
HSL 51.38º 1% 0.31% -
HSV(B) 51.38º 1% 0.63% -
XYZ 23.44 25.36 3.66 -
YUV 128.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 160 137 0 0 0.14 1 0.37 51.38 1 0.31
Hex A0 89 0 0 E 64 25 33 64 1F
Octal 240 211 0 0 16 144 45 63 144 37
Binary 10100000 10001001 0 0 1110 1100100 100101 110011 1100100 11111

Color Harmonies of #A08900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08900

Black with #A08900

Text Example


Text Example

White with #A08900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08900; }

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

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

background-color css

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

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

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

border-color css

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

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

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