Html Css Color HEX #AE5463 Blush

📋 copy color: '#AE5463'

red 174 ◦ green 84 ◦ blue 99

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

Shades of Blush #AE5463

Tints of Blush #AE5463

RGB

 RED value IS 174 (68.36% from 255) = 48.74%

 GREEN value IS 84 (33.2% from 255) = 23.53%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 48.74%
G = 23.53%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE5463 (or 0xAE5463) is known color: Blush. HEX triplet: AE, 54 and 63. RGB value is (174,84,99). Sum of RGB (Red+Green+Blue) = 174+84+99=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5463 is #51AB9C. Grayscale: #707070. Windows color (decimal): -5352349 or 6509742. OLE color: 6509742.

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

Color convert

RGB 174 84 99 -
CMYK 0 0.52 0.43 0.32
HSL 350º 0.36% 0.51% -
HSV(B) 350º 0.52% 0.68% -
XYZ 22.88 16.24 13.73 -
YUV 112.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 174 84 99 0 0.52 0.43 0.32 350 0.36 0.51
Hex AE 54 63 0 34 2B 20 15E 24 33
Octal 256 124 143 0 64 53 40 536 44 63
Binary 10101110 1010100 1100011 0 110100 101011 100000 101011110 100100 110011

Color Harmonies of #AE5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5463

Black with #AE5463

Text Example


Text Example

White with #AE5463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5463; }

 p { color: rgb(174,84,99); }

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

background-color css

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

 a { background-color: rgb(174,84,99); }

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

border-color css

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

 span { border-color: rgb(174,84,99); }

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