#A45128

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

Shades of Rich Gold #A45128

Tints of Rich Gold #A45128

Color information

#A45128 (or 0xA45128) is unknown color: approx Rich Gold. HEX triplet: A4, 51 and 28. RGB value is (164,81,40). Sum of RGB (Red+Green+Blue) = 164+81+40=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A45128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45128 is #5BAED7. Grayscale: #656565. Windows color (decimal): -6008536 or 2642340. OLE color: 2642340.

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

Color convert

RGB1648140-
CMYK00.510.760.36
HSL19.84º60.78%40%-
HSV(B)19.84º75.61%64.31%-
XYZ18.6413.933.71-
YUV101.1493.5172.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=57.54%
G=28.42%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164814000.510.760.3619.8460.7840
HexA451280334C24143d28
Octal2441215006311444247550
Binary1010010010100011010000110011100110010010010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45128; }

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

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

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

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

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

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

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

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