#A45818

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

Shades of Rich Gold #A45818

Tints of Rich Gold #A45818

Color information

#A45818 (or 0xA45818) is unknown color: approx Rich Gold. HEX triplet: A4, 58 and 18. RGB value is (164,88,24). Sum of RGB (Red+Green+Blue) = 164+88+24=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A45818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45818 is #5BA7E7. Grayscale: #676767. Windows color (decimal): -6006760 or 1595556. OLE color: 1595556.

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

Color convert

RGB1648824-
CMYK00.460.850.36
HSL27.43º74.47%36.86%-
HSV(B)27.43º85.37%64.31%-
XYZ18.9614.942.75-
YUV103.4383.18171.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=59.42%
G=31.88%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164882400.460.850.3627.4374.4736.86
HexA4581802E55241b4a25
Octal24413030056125443311245
Binary1010010010110001100001011101010101100100110111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45818; }

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

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

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

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

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

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

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

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