#A45218

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

Shades of Rich Gold #A45218

Tints of Rich Gold #A45218

Color information

#A45218 (or 0xA45218) is unknown color: approx Rich Gold. HEX triplet: A4, 52 and 18. RGB value is (164,82,24). Sum of RGB (Red+Green+Blue) = 164+82+24=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A45218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45218 is #5BADE7. Grayscale: #646464. Windows color (decimal): -6008296 or 1594020. OLE color: 1594020.

HSL color Cylindrical-coordinate representation of color #A45218: hue angle of 24.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A45218 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1648224-
CMYK00.50.850.36
HSL24.86º74.47%36.86%-
HSV(B)24.86º85.37%64.31%-
XYZ18.4913.992.59-
YUV99.9185.17173.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=60.74%
G=30.37%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164822400.50.850.3624.8674.4736.86
HexA452180325524194a25
Octal24412230062125443111245
Binary1010010010100101100001100101010101100100110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45218; }

 p { color: rgb(164,82,24); }

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

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

 a { background-color: rgb(164,82,24); }

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

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

 span { border-color: rgb(164,82,24); }

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