Html Css Color HEX #A08203 Dark Goldenrod

📋 copy color: '#A08203'

red 160 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #A08203

Tints of Dark Goldenrod #A08203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

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

R = 54.61%
G = 44.37%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08203 (or 0xA08203) is known color: Dark Goldenrod. HEX triplet: A0, 82 and 03. RGB value is (160,130,3). Sum of RGB (Red+Green+Blue) = 160+130+3=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A08203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08203 is #5F7DFC. Grayscale: #7D7D7D. Windows color (decimal): -6258173 or 230048. OLE color: 230048.

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

Color convert

RGB 160 130 3 -
CMYK 0 0.19 0.98 0.37
HSL 48.54º 0.96% 0.32% -
HSV(B) 48.54º 0.98% 0.63% -
XYZ 22.5 23.45 3.43 -
YUV 124.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 160 130 3 0 0.19 0.98 0.37 48.54 0.96 0.32
Hex A0 82 3 0 13 62 25 31 60 20
Octal 240 202 3 0 23 142 45 61 140 40
Binary 10100000 10000010 11 0 10011 1100010 100101 110001 1100000 100000

Color Harmonies of #A08203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08203

Black with #A08203

Text Example


Text Example

White with #A08203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08203; }

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

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

background-color css

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

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

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

border-color css

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

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

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