Html Css Color HEX #E6AA91 Tonys Pink

📋 copy color: '#E6AA91'

red 230 ◦ green 170 ◦ blue 145

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

Shades of Tonys Pink #E6AA91

Tints of Tonys Pink #E6AA91

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.19%

 BLUE value IS 145 (57.03% from 255) = 26.61%

R = 42.2%
G = 31.19%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6AA91 (or 0xE6AA91) is known color: Tonys Pink. HEX triplet: E6, AA and 91. RGB value is (230,170,145). Sum of RGB (Red+Green+Blue) = 230+170+145=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA91 is #19556E. Grayscale: #B9B9B9. Windows color (decimal): -1660271 or 9546470. OLE color: 9546470.

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

Color convert

RGB 230 170 145 -
CMYK 0 0.26 0.37 0.10
HSL 17.65º 0.63% 0.74% -
HSV(B) 17.65º 0.37% 0.9% -
XYZ 52.12 47.62 33.23 -
YUV 185.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 230 170 145 0 0.26 0.37 0.10 17.65 0.63 0.74
Hex E6 AA 91 0 1A 25 A 12 3F 4A
Octal 346 252 221 0 32 45 12 22 77 112
Binary 11100110 10101010 10010001 0 11010 100101 1010 10010 111111 1001010

Color Harmonies of #E6AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA91

Black with #E6AA91

Text Example


Text Example

White with #E6AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA91; }

 p { color: rgb(230,170,145); }

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

background-color css

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

 a { background-color: rgb(230,170,145); }

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

border-color css

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

 span { border-color: rgb(230,170,145); }

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