#A35620

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

Shades of Rich Gold #A35620

Tints of Rich Gold #A35620

Color information

#A35620 (or 0xA35620) is unknown color: approx Rich Gold. HEX triplet: A3, 56 and 20. RGB value is (163,86,32). Sum of RGB (Red+Green+Blue) = 163+86+32=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A35620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35620 is #5CA9DF. Grayscale: #676767. Windows color (decimal): -6072800 or 2119331. OLE color: 2119331.

HSL color Cylindrical-coordinate representation of color #A35620: hue angle of 24.73º 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 #A35620 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1638632-
CMYK00.470.800.36
HSL24.73º67.18%38.24%-
HSV(B)24.73º80.37%63.92%-
XYZ18.6914.553.19-
YUV102.8788.01170.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=58.01%
G=30.60%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163863200.470.800.3624.7367.1838.24
HexA3562002F5024194326
Octal24312640057120443110346
Binary10100011101011010000001011111010000100100110011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35620; }

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

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

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

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

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

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

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

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