Html Css Color HEX #AE5266 Blush

📋 copy color: '#AE5266'

red 174 ◦ green 82 ◦ blue 102

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

Shades of Blush #AE5266

Tints of Blush #AE5266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 48.6%
G = 22.91%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE5266 (or 0xAE5266) is known color: Blush. HEX triplet: AE, 52 and 66. RGB value is (174,82,102). Sum of RGB (Red+Green+Blue) = 174+82+102=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5266 is #51AD99. Grayscale: #6F6F6F. Windows color (decimal): -5352858 or 6705838. OLE color: 6705838.

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

Color convert

RGB 174 82 102 -
CMYK 0 0.53 0.41 0.32
HSL 346.96º 0.36% 0.5% -
HSV(B) 346.96º 0.53% 0.68% -
XYZ 22.87 15.99 14.45 -
YUV 111.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 174 82 102 0 0.53 0.41 0.32 346.96 0.36 0.5
Hex AE 52 66 0 35 29 20 15B 24 32
Octal 256 122 146 0 65 51 40 533 44 62
Binary 10101110 1010010 1100110 0 110101 101001 100000 101011011 100100 110010

Color Harmonies of #AE5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5266

Black with #AE5266

Text Example


Text Example

White with #AE5266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5266; }

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

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

background-color css

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

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

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

border-color css

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

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

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