Html Css Color HEX #A08802 Dark Goldenrod

📋 copy color: '#A08802'

red 160 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #A08802

Tints of Dark Goldenrod #A08802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.64%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 53.69%
G = 45.64%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08802 (or 0xA08802) is known color: Dark Goldenrod. HEX triplet: A0, 88 and 02. RGB value is (160,136,2). Sum of RGB (Red+Green+Blue) = 160+136+2=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A08802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08802 is #5F77FD. Grayscale: #808080. Windows color (decimal): -6256638 or 166048. OLE color: 166048.

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

Color convert

RGB 160 136 2 -
CMYK 0 0.15 0.99 0.37
HSL 50.89º 0.98% 0.32% -
HSV(B) 50.89º 0.99% 0.63% -
XYZ 23.31 25.09 3.67 -
YUV 127.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 160 136 2 0 0.15 0.99 0.37 50.89 0.98 0.32
Hex A0 88 2 0 F 63 25 33 62 20
Octal 240 210 2 0 17 143 45 63 142 40
Binary 10100000 10001000 10 0 1111 1100011 100101 110011 1100010 100000

Color Harmonies of #A08802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08802

Black with #A08802

Text Example


Text Example

White with #A08802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08802; }

 p { color: rgb(160,136,2); }

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

background-color css

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

 a { background-color: rgb(160,136,2); }

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

border-color css

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

 span { border-color: rgb(160,136,2); }

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