#AE5269

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

Shades of Blush #AE5269

Tints of Blush #AE5269

Color information

#AE5269 (or 0xAE5269) is unknown color: approx Blush. HEX triplet: AE, 52 and 69. RGB value is (174,82,105). Sum of RGB (Red+Green+Blue) = 174+82+105=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5269 is #51AD96. Grayscale: #707070. Windows color (decimal): -5352855 or 6902446. OLE color: 6902446.

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

Color convert

RGB17482105-
CMYK00.530.400.32
HSL345º36.22%50.2%-
HSV(B)345º52.87%68.24%-
XYZ23.0216.0515.25-
YUV112.13123.98172.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=48.20%
G=22.71%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748210500.530.400.3234536.2250.2
HexAE526903528201592432
Octal25612215106550405314462
Binary10101110101001011010010110101101000100000101011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5269; }

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

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

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

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

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

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

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

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