#A24618

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

Shades of Rich Gold #A24618

Tints of Rich Gold #A24618

Color information

#A24618 (or 0xA24618) is unknown color: approx Rich Gold. HEX triplet: A2, 46 and 18. RGB value is (162,70,24). Sum of RGB (Red+Green+Blue) = 162+70+24=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24618 is #5DB9E7. Grayscale: #5C5C5C. Windows color (decimal): -6142440 or 1590946. OLE color: 1590946.

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

Color convert

RGB1627024-
CMYK00.570.850.36
HSL20º74.19%36.47%-
HSV(B)20º85.19%63.53%-
XYZ17.2612.132.3-
YUV92.2689.48177.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 24 (9.77% from 255) = 9.38%
R=63.28%
G=27.34%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162702400.570.850.362074.1936.47
HexA246180395524144a24
Octal24210630071125442411244
Binary1010001010001101100001110011010101100100101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24618; }

 p { color: rgb(162,70,24); }

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

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

 a { background-color: rgb(162,70,24); }

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

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

 span { border-color: rgb(162,70,24); }

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