#A24042

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

Shades of Well Read #A24042

Tints of Well Read #A24042

Color information

#A24042 (or 0xA24042) is unknown color: approx Well Read. HEX triplet: A2, 40 and 42. RGB value is (162,64,66). Sum of RGB (Red+Green+Blue) = 162+64+66=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24042 is #5DBFBD. Grayscale: #5D5D5D. Windows color (decimal): -6143934 or 4341922. OLE color: 4341922.

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

Color convert

RGB1626466-
CMYK00.600.590.36
HSL358.78º43.36%44.31%-
HSV(B)358.78º60.49%63.53%-
XYZ17.7211.746.49-
YUV93.53112.47176.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=55.48%
G=21.92%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162646600.600.590.36358.7843.3644.31
HexA2404203C3B241672b2c
Octal24210010207473445475354
Binary10100010100000010000100111100111011100100101100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24042; }

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

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

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

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

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

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

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

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