#AE5362

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

Shades of Blush #AE5362

Tints of Blush #AE5362

Color information

#AE5362 (or 0xAE5362) is unknown color: approx Blush. HEX triplet: AE, 53 and 62. RGB value is (174,83,98). Sum of RGB (Red+Green+Blue) = 174+83+98=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5362 is #51AC9D. Grayscale: #6F6F6F. Windows color (decimal): -5352606 or 6443950. OLE color: 6443950.

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

Color convert

RGB1748398-
CMYK00.520.440.32
HSL350.11º35.97%50.39%-
HSV(B)350.11º52.3%68.24%-
XYZ22.7516.0713.46-
YUV111.92120.15172.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=49.01%
G=23.38%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174839800.520.440.32350.1135.9750.39
HexAE53620342C2015e2432
Octal25612314206454405364462
Binary10101110101001111000100110100101100100000101011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5362; }

 p { color: rgb(174,83,98); }

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

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

 a { background-color: rgb(174,83,98); }

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

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

 span { border-color: rgb(174,83,98); }

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