Html Css Color HEX #A08302 Dark Goldenrod

📋 copy color: '#A08302'

red 160 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #A08302

Tints of Dark Goldenrod #A08302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 54.61%
G = 44.71%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08302 (or 0xA08302) is known color: Dark Goldenrod. HEX triplet: A0, 83 and 02. RGB value is (160,131,2). Sum of RGB (Red+Green+Blue) = 160+131+2=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A08302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08302 is #5F7CFD. Grayscale: #7D7D7D. Windows color (decimal): -6257918 or 164768. OLE color: 164768.

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

Color convert

RGB 160 131 2 -
CMYK 0 0.18 0.99 0.37
HSL 48.99º 0.98% 0.32% -
HSV(B) 48.99º 0.99% 0.63% -
XYZ 22.62 23.71 3.44 -
YUV 124.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 160 131 2 0 0.18 0.99 0.37 48.99 0.98 0.32
Hex A0 83 2 0 12 63 25 31 62 20
Octal 240 203 2 0 22 143 45 61 142 40
Binary 10100000 10000011 10 0 10010 1100011 100101 110001 1100010 100000

Color Harmonies of #A08302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08302

Black with #A08302

Text Example


Text Example

White with #A08302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08302; }

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

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

background-color css

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

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

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

border-color css

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

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

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