#a35624

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

Shades of Rich Gold #A35624

Tints of Rich Gold #A35624

Color information

#A35624 (or 0xA35624) is unknown color: approx Rich Gold. HEX triplet: A3, 56 and 24. RGB value is (163,86,36). Sum of RGB (Red+Green+Blue) = 163+86+36=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A35624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35624 is #5CA9DB. Grayscale: #676767. Windows color (decimal): -6072796 or 2381475. OLE color: 2381475.

HSL color Cylindrical-coordinate representation of color #A35624: hue angle of 23.62º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A35624 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1638636-
CMYK00.470.780.36
HSL23.62º63.82%39.02%-
HSV(B)23.62º77.91%63.92%-
XYZ18.7514.573.49-
YUV103.3290.01170.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=57.19%
G=30.18%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163863600.470.780.3623.6263.8239.02
HexA3562402F4E24184027
Octal24312644057116443010047
Binary10100011101011010010001011111001110100100110001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35624; }

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

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

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

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

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

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

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

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