#A35A20

Color #A35A20 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A35A20

Tints of Rich Gold #A35A20

Color information

#A35A20 (or 0xA35A20) is unknown color: approx Rich Gold. HEX triplet: A3, 5A and 20. RGB value is (163,90,32). Sum of RGB (Red+Green+Blue) = 163+90+32=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A20 is #5CA5DF. Grayscale: #696969. Windows color (decimal): -6071776 or 2120355. OLE color: 2120355.

HSL color Cylindrical-coordinate representation of color #A35A20: hue angle of 26.56º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A35A20 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1639032-
CMYK00.450.800.36
HSL26.56º67.18%38.24%-
HSV(B)26.56º80.37%63.92%-
XYZ19.0215.23.3-
YUV105.2186.68169.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 32 (12.89% from 255) = 11.23%
R=57.19%
G=31.58%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163903200.450.800.3626.5667.1838.24
HexA35A2002D50241b4326
Octal24313240055120443310346
Binary10100011101101010000001011011010000100100110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A20; }

 p { color: rgb(163,90,32); }

 H1.HeaderClassName
 {
   color: #A35A20;
 }
 .AnyTagClassName
 {
   color: #A35A20;
 }
</style>
background-color css

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

 a { background-color: rgb(163,90,32); }

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

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

 span { border-color: rgb(163,90,32); }

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