#E6ABA1

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

Shades of Shilo #E6ABA1

Tints of Shilo #E6ABA1

Color information

#E6ABA1 (or 0xE6ABA1) is unknown color: approx Shilo. HEX triplet: E6, AB and A1. RGB value is (230,171,161). Sum of RGB (Red+Green+Blue) = 230+171+161=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ABA1 is #19545E. Grayscale: #BBBBBB. Windows color (decimal): -1659999 or 10595302. OLE color: 10595302.

HSL color Cylindrical-coordinate representation of color #E6ABA1: hue angle of 8.7º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6ABA1 is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB230171161-
CMYK00.260.30.10
HSL8.7º57.98%76.67%-
HSV(B)8.7º30%90.2%-
XYZ53.6348.5240.26-
YUV187.5113.05158.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 161 (63.28% from 255) = 28.65%
R=40.93%
G=30.43%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017116100.260.30.108.757.9876.67
HexE6ABA101A1EA93a4d
Octal34625324103236121172115
Binary11100110101010111010000101101011110101010011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABA1; }

 p { color: rgb(230,171,161); }

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

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

 a { background-color: rgb(230,171,161); }

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

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

 span { border-color: rgb(230,171,161); }

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