Html Css Color HEX #A08C02 Dark Goldenrod

📋 copy color: '#A08C02'

red 160 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #A08C02

Tints of Dark Goldenrod #A08C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.36%

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

R = 52.98%
G = 46.36%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08C02 (or 0xA08C02) is known color: Dark Goldenrod. HEX triplet: A0, 8C and 02. RGB value is (160,140,2). Sum of RGB (Red+Green+Blue) = 160+140+2=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C02 is #5F73FD. Grayscale: #828282. Windows color (decimal): -6255614 or 167072. OLE color: 167072.

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

Color convert

RGB 160 140 2 -
CMYK 0 0.12 0.99 0.37
HSL 52.41º 0.98% 0.32% -
HSV(B) 52.41º 0.99% 0.63% -
XYZ 23.89 26.23 3.86 -
YUV 130.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 160 140 2 0 0.12 0.99 0.37 52.41 0.98 0.32
Hex A0 8C 2 0 C 63 25 34 62 20
Octal 240 214 2 0 14 143 45 64 142 40
Binary 10100000 10001100 10 0 1100 1100011 100101 110100 1100010 100000

Color Harmonies of #A08C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C02

Black with #A08C02

Text Example


Text Example

White with #A08C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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