Html Css Color HEX #AE5465 Blush

📋 copy color: '#AE5465'

red 174 ◦ green 84 ◦ blue 101

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

Shades of Blush #AE5465

Tints of Blush #AE5465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 48.47%
G = 23.4%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE5465 (or 0xAE5465) is known color: Blush. HEX triplet: AE, 54 and 65. RGB value is (174,84,101). Sum of RGB (Red+Green+Blue) = 174+84+101=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5465 is #51AB9A. Grayscale: #707070. Windows color (decimal): -5352347 or 6640814. OLE color: 6640814.

HSL color Cylindrical-coordinate representation of color #AE5465: hue angle of 348.67º 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 #AE5465 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 84 101 -
CMYK 0 0.52 0.42 0.32
HSL 348.67º 0.36% 0.51% -
HSV(B) 348.67º 0.52% 0.68% -
XYZ 22.97 16.28 14.24 -
YUV 112.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 174 84 101 0 0.52 0.42 0.32 348.67 0.36 0.51
Hex AE 54 65 0 34 2A 20 15D 24 33
Octal 256 124 145 0 64 52 40 535 44 63
Binary 10101110 1010100 1100101 0 110100 101010 100000 101011101 100100 110011

Color Harmonies of #AE5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5465

Black with #AE5465

Text Example


Text Example

White with #AE5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5465; }

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

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

background-color css

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

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

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

border-color css

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

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

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