Html Css Color HEX #AE5069 Blush

📋 copy color: '#AE5069'

red 174 ◦ green 80 ◦ blue 105

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

Shades of Blush #AE5069

Tints of Blush #AE5069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 48.47%
G = 22.28%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE5069 (or 0xAE5069) is known color: Blush. HEX triplet: AE, 50 and 69. RGB value is (174,80,105). Sum of RGB (Red+Green+Blue) = 174+80+105=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5069 is #51AF96. Grayscale: #6E6E6E. Windows color (decimal): -5353367 or 6901934. OLE color: 6901934.

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

Color convert

RGB 174 80 105 -
CMYK 0 0.54 0.40 0.32
HSL 344.04º 0.37% 0.5% -
HSV(B) 344.04º 0.54% 0.68% -
XYZ 22.87 15.76 15.2 -
YUV 110.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 174 80 105 0 0.54 0.40 0.32 344.04 0.37 0.5
Hex AE 50 69 0 36 28 20 158 25 32
Octal 256 120 151 0 66 50 40 530 45 62
Binary 10101110 1010000 1101001 0 110110 101000 100000 101011000 100101 110010

Color Harmonies of #AE5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5069

Black with #AE5069

Text Example


Text Example

White with #AE5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5069; }

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

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

background-color css

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

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

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

border-color css

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

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

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