#A35229

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

Shades of Rich Gold #A35229

Tints of Rich Gold #A35229

Color information

#A35229 (or 0xA35229) is unknown color: approx Rich Gold. HEX triplet: A3, 52 and 29. RGB value is (163,82,41). Sum of RGB (Red+Green+Blue) = 163+82+41=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A35229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35229 is #5CADD6. Grayscale: #656565. Windows color (decimal): -6073815 or 2708131. OLE color: 2708131.

HSL color Cylindrical-coordinate representation of color #A35229: hue angle of 20.16º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A35229 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1638241-
CMYK00.500.750.36
HSL20.16º59.8%40%-
HSV(B)20.16º74.85%63.92%-
XYZ18.5213.983.82-
YUV101.5493.84171.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=56.99%
G=28.67%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163824100.500.750.3620.1659.840
HexA352290324B24143c28
Octal2431225106211344247450
Binary1010001110100101010010110010100101110010010100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35229; }

 p { color: rgb(163,82,41); }

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

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

 a { background-color: rgb(163,82,41); }

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

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

 span { border-color: rgb(163,82,41); }

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