#A15342

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

Shades of Crail #A15342

Tints of Crail #A15342

Color information

#A15342 (or 0xA15342) is unknown color: approx Crail. HEX triplet: A1, 53 and 42. RGB value is (161,83,66). Sum of RGB (Red+Green+Blue) = 161+83+66=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A15342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15342 is #5EACBD. Grayscale: #686868. Windows color (decimal): -6204606 or 4346785. OLE color: 4346785.

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

Color convert

RGB1618366-
CMYK00.480.590.37
HSL10.74º41.85%44.51%-
HSV(B)10.74º59.01%63.14%-
XYZ18.7714.166.9-
YUV104.38106.34168.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=51.94%
G=26.77%
B=21.29%

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
Decimal161836600.480.590.3710.7441.8544.51
HexA153420303B25b2a2d
Octal2411231020607345135255
Binary101000011010011100001001100001110111001011011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15342; }

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

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

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

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

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

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

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

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