Html Css Color HEX #E6AC8F Tonys Pink

📋 copy color: '#E6AC8F'

red 230 ◦ green 172 ◦ blue 143

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

Shades of Tonys Pink #E6AC8F

Tints of Tonys Pink #E6AC8F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.56%

 BLUE value IS 143 (56.25% from 255) = 26.24%

R = 42.2%
G = 31.56%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6AC8F (or 0xE6AC8F) is known color: Tonys Pink. HEX triplet: E6, AC and 8F. RGB value is (230,172,143). Sum of RGB (Red+Green+Blue) = 230+172+143=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AC8F is #195370. Grayscale: #BABABA. Windows color (decimal): -1659761 or 9415910. OLE color: 9415910.

HSL color Cylindrical-coordinate representation of color #E6AC8F: hue angle of 20º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6AC8F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 172 143 -
CMYK 0 0.25 0.38 0.10
HSL 20º 0.64% 0.73% -
HSV(B) 20º 0.38% 0.9% -
XYZ 52.34 48.31 32.55 -
YUV 186.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 230 172 143 0 0.25 0.38 0.10 20 0.64 0.73
Hex E6 AC 8F 0 19 26 A 14 40 49
Octal 346 254 217 0 31 46 12 24 100 111
Binary 11100110 10101100 10001111 0 11001 100110 1010 10100 1000000 1001001

Color Harmonies of #E6AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AC8F

Black with #E6AC8F

Text Example


Text Example

White with #E6AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AC8F; }

 p { color: rgb(230,172,143); }

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

background-color css

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

 a { background-color: rgb(230,172,143); }

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

border-color css

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

 span { border-color: rgb(230,172,143); }

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