Html Css Color HEX #A08402 Dark Goldenrod

📋 copy color: '#A08402'

red 160 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #A08402

Tints of Dark Goldenrod #A08402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

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

R = 54.42%
G = 44.9%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08402 (or 0xA08402) is known color: Dark Goldenrod. HEX triplet: A0, 84 and 02. RGB value is (160,132,2). Sum of RGB (Red+Green+Blue) = 160+132+2=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A08402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08402 is #5F7BFD. Grayscale: #7E7E7E. Windows color (decimal): -6257662 or 165024. OLE color: 165024.

HSL color Cylindrical-coordinate representation of color #A08402: hue angle of 49.37º 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 #A08402 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 2 -
CMYK 0 0.17 0.99 0.37
HSL 49.37º 0.98% 0.32% -
HSV(B) 49.37º 0.99% 0.63% -
XYZ 22.76 23.98 3.49 -
YUV 125.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 160 132 2 0 0.17 0.99 0.37 49.37 0.98 0.32
Hex A0 84 2 0 11 63 25 31 62 20
Octal 240 204 2 0 21 143 45 61 142 40
Binary 10100000 10000100 10 0 10001 1100011 100101 110001 1100010 100000

Color Harmonies of #A08402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08402

Black with #A08402

Text Example


Text Example

White with #A08402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08402; }

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

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

background-color css

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

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

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

border-color css

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

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

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