#A65242

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

Shades of Crail #A65242

Tints of Crail #A65242

Color information

#A65242 (or 0xA65242) is unknown color: approx Crail. HEX triplet: A6, 52 and 42. RGB value is (166,82,66). Sum of RGB (Red+Green+Blue) = 166+82+66=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A65242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65242 is #59ADBD. Grayscale: #696969. Windows color (decimal): -5877182 or 4346534. OLE color: 4346534.

HSL color Cylindrical-coordinate representation of color #A65242: hue angle of 9.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65242 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1668266-
CMYK00.510.600.35
HSL9.6º43.1%45.49%-
HSV(B)9.6º60.24%65.1%-
XYZ19.7314.536.92-
YUV105.29105.83171.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=52.87%
G=26.11%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166826600.510.600.359.643.145.49
HexA652420333C23a2b2d
Octal2461221020637443125355
Binary101001101010010100001001100111111001000111010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65242; }

 p { color: rgb(166,82,66); }

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

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

 a { background-color: rgb(166,82,66); }

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

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

 span { border-color: rgb(166,82,66); }

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