#A15346

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

Shades of Crail #A15346

Tints of Crail #A15346

Color information

#A15346 (or 0xA15346) is unknown color: approx Crail. HEX triplet: A1, 53 and 46. RGB value is (161,83,70). Sum of RGB (Red+Green+Blue) = 161+83+70=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15346 is #5EACB9. Grayscale: #686868. Windows color (decimal): -6204602 or 4608929. OLE color: 4608929.

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

Color convert

RGB1618370-
CMYK00.480.570.37
HSL8.57º39.39%45.29%-
HSV(B)8.57º56.52%63.14%-
XYZ18.914.217.54-
YUV104.84108.34168.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=51.27%
G=26.43%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161837000.480.570.378.5739.3945.29
HexA1534603039259272d
Octal2411231060607145114755
Binary101000011010011100011001100001110011001011001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15346; }

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

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

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

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

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

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

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

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