Html Css Color HEX #E6AEA3 Shilo

📋 copy color: '#E6AEA3'

red 230 ◦ green 174 ◦ blue 163

#E6AEA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shilo #E6AEA3

Tints of Shilo #E6AEA3

RGB

 RED value IS 230 (90.23% from 255) = 40.56%

 GREEN value IS 174 (68.36% from 255) = 30.69%

 BLUE value IS 163 (64.06% from 255) = 28.75%

R = 40.56%
G = 30.69%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E6AEA3 (or 0xE6AEA3) is known color: Shilo. HEX triplet: E6, AE and A3. RGB value is (230,174,163). Sum of RGB (Red+Green+Blue) = 230+174+163=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AEA3 is #19515C. Grayscale: #BDBDBD. Windows color (decimal): -1659229 or 10727142. OLE color: 10727142.

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

Color convert

RGB 230 174 163 -
CMYK 0 0.24 0.29 0.10
HSL 9.85º 0.57% 0.77% -
HSV(B) 9.85º 0.29% 0.9% -
XYZ 54.38 49.74 41.38 -
YUV 189.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 230 174 163 0 0.24 0.29 0.10 9.85 0.57 0.77
Hex E6 AE A3 0 18 1D A A 39 4D
Octal 346 256 243 0 30 35 12 12 71 115
Binary 11100110 10101110 10100011 0 11000 11101 1010 1010 111001 1001101

Color Harmonies of #E6AEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEA3

Black with #E6AEA3

Text Example


Text Example

White with #E6AEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEA3; }

 p { color: rgb(230,174,163); }

 H1.HeaderClassName
 {
   color: #E6AEA3;
 }
 .AnyTagClassName
 {
   color: #E6AEA3;
 }
</style>

background-color css

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

 a { background-color: rgb(230,174,163); }

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

border-color css

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

 span { border-color: rgb(230,174,163); }

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