#A15046

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

Shades of Crail #A15046

Tints of Crail #A15046

Color information

#A15046 (or 0xA15046) is unknown color: approx Crail. HEX triplet: A1, 50 and 46. RGB value is (161,80,70). Sum of RGB (Red+Green+Blue) = 161+80+70=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A15046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15046 is #5EAFB9. Grayscale: #676767. Windows color (decimal): -6205370 or 4608161. OLE color: 4608161.

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

Color convert

RGB1618070-
CMYK00.500.570.37
HSL6.59º39.39%45.29%-
HSV(B)6.59º56.52%63.14%-
XYZ18.6713.767.47-
YUV103.08109.34169.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=51.77%
G=25.72%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161807000.500.570.376.5939.3945.29
HexA1504603239257272d
Octal241120106062714574755
Binary10100001101000010001100110010111001100101111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15046; }

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

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

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

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

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

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

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

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