Html Css Color HEX #A08102 Dark Goldenrod

📋 copy color: '#A08102'

red 160 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #A08102

Tints of Dark Goldenrod #A08102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.33%

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

R = 54.98%
G = 44.33%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08102 (or 0xA08102) is known color: Dark Goldenrod. HEX triplet: A0, 81 and 02. RGB value is (160,129,2). Sum of RGB (Red+Green+Blue) = 160+129+2=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A08102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08102 is #5F7EFD. Grayscale: #7C7C7C. Windows color (decimal): -6258430 or 164256. OLE color: 164256.

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

Color convert

RGB 160 129 2 -
CMYK 0 0.19 0.99 0.37
HSL 48.23º 0.98% 0.32% -
HSV(B) 48.23º 0.99% 0.63% -
XYZ 22.36 23.18 3.35 -
YUV 123.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 160 129 2 0 0.19 0.99 0.37 48.23 0.98 0.32
Hex A0 81 2 0 13 63 25 30 62 20
Octal 240 201 2 0 23 143 45 60 142 40
Binary 10100000 10000001 10 0 10011 1100011 100101 110000 1100010 100000

Color Harmonies of #A08102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08102

Black with #A08102

Text Example


Text Example

White with #A08102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08102; }

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

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

background-color css

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

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

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

border-color css

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

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

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