#A15343

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

Shades of Crail #A15343

Tints of Crail #A15343

Color information

#A15343 (or 0xA15343) is unknown color: approx Crail. HEX triplet: A1, 53 and 43. RGB value is (161,83,67). Sum of RGB (Red+Green+Blue) = 161+83+67=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A15343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15343 is #5EACBC. Grayscale: #686868. Windows color (decimal): -6204605 or 4412321. OLE color: 4412321.

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

Color convert

RGB1618367-
CMYK00.480.580.37
HSL10.21º41.23%44.71%-
HSV(B)10.21º58.39%63.14%-
XYZ18.814.177.05-
YUV104.5106.84168.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=51.77%
G=26.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161836700.480.580.3710.2141.2344.71
HexA153430303A25a292d
Octal2411231030607245125155
Binary101000011010011100001101100001110101001011010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15343; }

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

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

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

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

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

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

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

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