#a45328

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

Shades of Rich Gold #A45328

Tints of Rich Gold #A45328

Color information

#A45328 (or 0xA45328) is unknown color: approx Rich Gold. HEX triplet: A4, 53 and 28. RGB value is (164,83,40). Sum of RGB (Red+Green+Blue) = 164+83+40=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A45328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45328 is #5BACD7. Grayscale: #666666. Windows color (decimal): -6008024 or 2642852. OLE color: 2642852.

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

Color convert

RGB1648340-
CMYK00.490.760.36
HSL20.81º60.78%40%-
HSV(B)20.81º75.61%64.31%-
XYZ18.7914.233.76-
YUV102.3292.84172-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=57.14%
G=28.92%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164834000.490.760.3620.8160.7840
HexA453280314C24153d28
Octal2441235006111444257550
Binary1010010010100111010000110001100110010010010101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45328; }

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

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

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

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

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

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

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

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