#A45129

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

Shades of Rich Gold #A45129

Tints of Rich Gold #A45129

Color information

#A45129 (or 0xA45129) is unknown color: approx Rich Gold. HEX triplet: A4, 51 and 29. RGB value is (164,81,41). Sum of RGB (Red+Green+Blue) = 164+81+41=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A45129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45129 is #5BAED6. Grayscale: #656565. Windows color (decimal): -6008535 or 2707876. OLE color: 2707876.

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

Color convert

RGB1648141-
CMYK00.510.750.36
HSL19.51º60%40.2%-
HSV(B)19.51º75%64.31%-
XYZ18.6513.943.8-
YUV101.2694172.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.34%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=57.34%
G=28.32%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164814100.510.750.3619.516040.2
HexA451290334B24143c28
Octal2441215106311344247450
Binary1010010010100011010010110011100101110010010100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45129; }

 p { color: rgb(164,81,41); }

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

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

 a { background-color: rgb(164,81,41); }

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

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

 span { border-color: rgb(164,81,41); }

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