Html Css Color HEX #A08803 Dark Goldenrod

📋 copy color: '#A08803'

red 160 ◦ green 136 ◦ blue 3

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

Shades of Dark Goldenrod #A08803

Tints of Dark Goldenrod #A08803

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

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

R = 53.51%
G = 45.48%
B = 1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08803 (or 0xA08803) is known color: Dark Goldenrod. HEX triplet: A0, 88 and 03. RGB value is (160,136,3). Sum of RGB (Red+Green+Blue) = 160+136+3=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A08803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08803 is #5F77FC. Grayscale: #808080. Windows color (decimal): -6256637 or 231584. OLE color: 231584.

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

Color convert

RGB 160 136 3 -
CMYK 0 0.15 0.98 0.37
HSL 50.83º 0.96% 0.32% -
HSV(B) 50.83º 0.98% 0.63% -
XYZ 23.32 25.09 3.7 -
YUV 128.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 160 136 3 0 0.15 0.98 0.37 50.83 0.96 0.32
Hex A0 88 3 0 F 62 25 33 60 20
Octal 240 210 3 0 17 142 45 63 140 40
Binary 10100000 10001000 11 0 1111 1100010 100101 110011 1100000 100000

Color Harmonies of #A08803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08803

Black with #A08803

Text Example


Text Example

White with #A08803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08803; }

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

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

background-color css

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

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

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

border-color css

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

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

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