#A24041

Color #A24041 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #A24041

Tints of Well Read #A24041

Color information

#A24041 (or 0xA24041) is unknown color: approx Well Read. HEX triplet: A2, 40 and 41. RGB value is (162,64,65). Sum of RGB (Red+Green+Blue) = 162+64+65=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24041 is #5DBFBE. Grayscale: #5D5D5D. Windows color (decimal): -6143935 or 4276386. OLE color: 4276386.

HSL color Cylindrical-coordinate representation of color #A24041: hue angle of 359.39º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24041 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1626465-
CMYK00.600.600.36
HSL359.39º43.36%44.31%-
HSV(B)359.39º60.49%63.53%-
XYZ17.6911.736.33-
YUV93.42111.97176.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=55.67%
G=21.99%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162646500.600.600.36359.3943.3644.31
HexA2404103C3C241672b2c
Octal24210010107474445475354
Binary10100010100000010000010111100111100100100101100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24041; }

 p { color: rgb(162,64,65); }

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

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

 a { background-color: rgb(162,64,65); }

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

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

 span { border-color: rgb(162,64,65); }

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