#A35324

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

Shades of Rich Gold #A35324

Tints of Rich Gold #A35324

Color information

#A35324 (or 0xA35324) is unknown color: approx Rich Gold. HEX triplet: A3, 53 and 24. RGB value is (163,83,36). Sum of RGB (Red+Green+Blue) = 163+83+36=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A35324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35324 is #5CACDB. Grayscale: #656565. Windows color (decimal): -6073564 or 2380707. OLE color: 2380707.

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

Color convert

RGB1638336-
CMYK00.490.780.36
HSL22.2º63.82%39.02%-
HSV(B)22.2º77.91%63.92%-
XYZ18.5214.13.41-
YUV101.5691171.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=57.80%
G=29.43%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163833600.490.780.3622.263.8239.02
HexA353240314E24164027
Octal24312344061116442610047
Binary10100011101001110010001100011001110100100101101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35324; }

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

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

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

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

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

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

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

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