Html Css Color HEX #A08603 Dark Goldenrod

📋 copy color: '#A08603'

red 160 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #A08603

Tints of Dark Goldenrod #A08603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.12%

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

R = 53.87%
G = 45.12%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08603 (or 0xA08603) is known color: Dark Goldenrod. HEX triplet: A0, 86 and 03. RGB value is (160,134,3). Sum of RGB (Red+Green+Blue) = 160+134+3=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A08603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08603 is #5F79FC. Grayscale: #7F7F7F. Windows color (decimal): -6257149 or 231072. OLE color: 231072.

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

Color convert

RGB 160 134 3 -
CMYK 0 0.16 0.98 0.37
HSL 50.06º 0.96% 0.32% -
HSV(B) 50.06º 0.98% 0.63% -
XYZ 23.04 24.53 3.61 -
YUV 126.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 160 134 3 0 0.16 0.98 0.37 50.06 0.96 0.32
Hex A0 86 3 0 10 62 25 32 60 20
Octal 240 206 3 0 20 142 45 62 140 40
Binary 10100000 10000110 11 0 10000 1100010 100101 110010 1100000 100000

Color Harmonies of #A08603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08603

Black with #A08603

Text Example


Text Example

White with #A08603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08603; }

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

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

background-color css

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

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

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

border-color css

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

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

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