#A24318

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

Shades of Rich Gold #A24318

Tints of Rich Gold #A24318

Color information

#A24318 (or 0xA24318) is unknown color: approx Rich Gold. HEX triplet: A2, 43 and 18. RGB value is (162,67,24). Sum of RGB (Red+Green+Blue) = 162+67+24=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A24318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24318 is #5DBCE7. Grayscale: #5A5A5A. Windows color (decimal): -6143208 or 1590178. OLE color: 1590178.

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

Color convert

RGB1626724-
CMYK00.590.850.36
HSL18.7º74.19%36.47%-
HSV(B)18.7º85.19%63.53%-
XYZ17.0711.762.23-
YUV90.590.47179-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=64.03%
G=26.48%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162672400.590.850.3618.774.1936.47
HexA2431803B5524134a24
Octal24210330073125442311244
Binary1010001010000111100001110111010101100100100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24318; }

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

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

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

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

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

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

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

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