#A15442

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

Shades of Crail #A15442

Tints of Crail #A15442

Color information

#A15442 (or 0xA15442) is unknown color: approx Crail. HEX triplet: A1, 54 and 42. RGB value is (161,84,66). Sum of RGB (Red+Green+Blue) = 161+84+66=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A15442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15442 is #5EABBD. Grayscale: #696969. Windows color (decimal): -6204350 or 4347041. OLE color: 4347041.

HSL color Cylindrical-coordinate representation of color #A15442: hue angle of 11.37º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15442 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1618466-
CMYK00.480.590.37
HSL11.37º41.85%44.51%-
HSV(B)11.37º59.01%63.14%-
XYZ18.8514.316.92-
YUV104.97106.01167.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=51.77%
G=27.01%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161846600.480.590.3711.3741.8544.51
HexA154420303B25b2a2d
Octal2411241020607345135255
Binary101000011010100100001001100001110111001011011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15442; }

 p { color: rgb(161,84,66); }

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

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

 a { background-color: rgb(161,84,66); }

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

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

 span { border-color: rgb(161,84,66); }

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