#A23D40

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

Shades of Well Read #A23D40

Tints of Well Read #A23D40

Color information

#A23D40 (or 0xA23D40) is unknown color: approx Well Read. HEX triplet: A2, 3D and 40. RGB value is (162,61,64). Sum of RGB (Red+Green+Blue) = 162+61+64=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D40 is #5DC2BF. Grayscale: #5B5B5B. Windows color (decimal): -6144704 or 4210082. OLE color: 4210082.

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

Color convert

RGB1626164-
CMYK00.620.600.36
HSL358.22º45.29%43.73%-
HSV(B)358.22º62.35%63.53%-
XYZ17.4911.396.13-
YUV91.54112.46178.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=56.45%
G=21.25%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162616400.620.600.36358.2245.2943.73
HexA23D4003E3C241662d2c
Octal2427510007674445465554
Binary1010001011110110000000111110111100100100101100110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D40; }

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

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

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

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

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

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

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

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