#A35920

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

Shades of Rich Gold #A35920

Tints of Rich Gold #A35920

Color information

#A35920 (or 0xA35920) is unknown color: approx Rich Gold. HEX triplet: A3, 59 and 20. RGB value is (163,89,32). Sum of RGB (Red+Green+Blue) = 163+89+32=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A35920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35920 is #5CA6DF. Grayscale: #686868. Windows color (decimal): -6072032 or 2120099. OLE color: 2120099.

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

Color convert

RGB1638932-
CMYK00.450.800.36
HSL26.11º67.18%38.24%-
HSV(B)26.11º80.37%63.92%-
XYZ18.9415.043.27-
YUV104.6387.02169.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=57.39%
G=31.34%
B=11.27%

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
Decimal163893200.450.800.3626.1167.1838.24
HexA3592002D50241a4326
Octal24313140055120443210346
Binary10100011101100110000001011011010000100100110101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35920; }

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

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

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

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

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

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

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

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