#A45C27

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

Shades of Rich Gold #A45C27

Tints of Rich Gold #A45C27

Color information

#A45C27 (or 0xA45C27) is unknown color: approx Rich Gold. HEX triplet: A4, 5C and 27. RGB value is (164,92,39). Sum of RGB (Red+Green+Blue) = 164+92+39=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C27 is #5BA3D8. Grayscale: #6B6B6B. Windows color (decimal): -6005721 or 2579620. OLE color: 2579620.

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

Color convert

RGB1649239-
CMYK00.440.760.36
HSL25.44º61.58%39.8%-
HSV(B)25.44º76.22%64.31%-
XYZ19.515.693.92-
YUV107.4989.35168.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=55.59%
G=31.19%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164923900.440.760.3625.4461.5839.8
HexA45C2702C4C24193e28
Octal2441344705411444317650
Binary1010010010111001001110101100100110010010011001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C27; }

 p { color: rgb(164,92,39); }

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

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

 a { background-color: rgb(164,92,39); }

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

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

 span { border-color: rgb(164,92,39); }

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