#A15347

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

Shades of Crail #A15347

Tints of Crail #A15347

Color information

#A15347 (or 0xA15347) is unknown color: approx Crail. HEX triplet: A1, 53 and 47. RGB value is (161,83,71). Sum of RGB (Red+Green+Blue) = 161+83+71=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15347 is #5EACB8. Grayscale: #696969. Windows color (decimal): -6204601 or 4674465. OLE color: 4674465.

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

Color convert

RGB1618371-
CMYK00.480.560.37
HSL38.79%45.49%-
HSV(B)55.9%63.14%-
XYZ18.9314.227.71-
YUV104.95108.84167.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=51.11%
G=26.35%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161837100.480.560.37838.7945.49
HexA1534703038258272d
Octal2411231070607045104755
Binary101000011010011100011101100001110001001011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15347; }

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

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

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

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

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

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

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

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