#A15650

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

Shades of Crail #A15650

Tints of Crail #A15650

Color information

#A15650 (or 0xA15650) is unknown color: approx Crail. HEX triplet: A1, 56 and 50. RGB value is (161,86,80). Sum of RGB (Red+Green+Blue) = 161+86+80=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A15650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15650 is #5EA9AF. Grayscale: #6B6B6B. Windows color (decimal): -6203824 or 5265057. OLE color: 5265057.

HSL color Cylindrical-coordinate representation of color #A15650: hue angle of 4.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15650 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1618680-
CMYK00.470.500.37
HSL4.44º33.61%47.25%-
HSV(B)4.44º50.31%63.14%-
XYZ19.4714.819.42-
YUV107.74112.35165.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=49.24%
G=26.30%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161868000.470.500.374.4433.6147.25
HexA1565002F32254222f
Octal241126120057624544257
Binary10100001101011010100000101111110010100101100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15650; }

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

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

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

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

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

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

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

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