Html Css Color HEX #A08003 Dark Goldenrod

📋 copy color: '#A08003'

red 160 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #A08003

Tints of Dark Goldenrod #A08003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 54.98%
G = 43.99%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08003 (or 0xA08003) is known color: Dark Goldenrod. HEX triplet: A0, 80 and 03. RGB value is (160,128,3). Sum of RGB (Red+Green+Blue) = 160+128+3=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A08003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08003 is #5F7FFC. Grayscale: #7B7B7B. Windows color (decimal): -6258685 or 229536. OLE color: 229536.

HSL color Cylindrical-coordinate representation of color #A08003: hue angle of 47.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A08003 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 3 -
CMYK 0 0.20 0.98 0.37
HSL 47.77º 0.96% 0.32% -
HSV(B) 47.77º 0.98% 0.63% -
XYZ 22.23 22.92 3.34 -
YUV 123.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 160 128 3 0 0.20 0.98 0.37 47.77 0.96 0.32
Hex A0 80 3 0 14 62 25 30 60 20
Octal 240 200 3 0 24 142 45 60 140 40
Binary 10100000 10000000 11 0 10100 1100010 100101 110000 1100000 100000

Color Harmonies of #A08003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08003

Black with #A08003

Text Example


Text Example

White with #A08003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08003; }

 p { color: rgb(160,128,3); }

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

background-color css

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

 a { background-color: rgb(160,128,3); }

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

border-color css

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

 span { border-color: rgb(160,128,3); }

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