Html Css Color HEX #A08602 Dark Goldenrod

📋 copy color: '#A08602'

red 160 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #A08602

Tints of Dark Goldenrod #A08602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

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

R = 54.05%
G = 45.27%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08602 (or 0xA08602) is known color: Dark Goldenrod. HEX triplet: A0, 86 and 02. RGB value is (160,134,2). Sum of RGB (Red+Green+Blue) = 160+134+2=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A08602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08602 is #5F79FD. Grayscale: #7F7F7F. Windows color (decimal): -6257150 or 165536. OLE color: 165536.

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

Color convert

RGB 160 134 2 -
CMYK 0 0.16 0.99 0.37
HSL 50.13º 0.98% 0.32% -
HSV(B) 50.13º 0.99% 0.63% -
XYZ 23.03 24.53 3.58 -
YUV 126.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 160 134 2 0 0.16 0.99 0.37 50.13 0.98 0.32
Hex A0 86 2 0 10 63 25 32 62 20
Octal 240 206 2 0 20 143 45 62 142 40
Binary 10100000 10000110 10 0 10000 1100011 100101 110010 1100010 100000

Color Harmonies of #A08602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08602

Black with #A08602

Text Example


Text Example

White with #A08602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08602; }

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

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

background-color css

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

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

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

border-color css

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

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

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