#AE6069

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

Shades of Blush #AE6069

Tints of Blush #AE6069

Color information

#AE6069 (or 0xAE6069) is unknown color: approx Blush. HEX triplet: AE, 60 and 69. RGB value is (174,96,105). Sum of RGB (Red+Green+Blue) = 174+96+105=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6069 is #519F96. Grayscale: #787878. Windows color (decimal): -5349271 or 6906030. OLE color: 6906030.

HSL color Cylindrical-coordinate representation of color #AE6069: hue angle of 353.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6069 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17496105-
CMYK00.450.400.32
HSL353.08º32.5%52.94%-
HSV(B)353.08º44.83%68.24%-
XYZ24.1918.3815.64-
YUV120.35119.34166.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 105 (41.41% from 255) = 28%
R=46.4%
G=25.6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749610500.450.400.32353.0832.552.94
HexAE606902D28201612035
Octal25614015105550405414065
Binary10101110110000011010010101101101000100000101100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6069; }

 p { color: rgb(174,96,105); }

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

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

 a { background-color: rgb(174,96,105); }

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

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

 span { border-color: rgb(174,96,105); }

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