Html Css Color HEX #AE5259 Hippie Pink

📋 copy color: '#AE5259'

red 174 ◦ green 82 ◦ blue 89

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

Shades of Hippie Pink #AE5259

Tints of Hippie Pink #AE5259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 50.43%
G = 23.77%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE5259 (or 0xAE5259) is known color: Hippie Pink. HEX triplet: AE, 52 and 59. RGB value is (174,82,89). Sum of RGB (Red+Green+Blue) = 174+82+89=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5259 is #51ADA6. Grayscale: #6E6E6E. Windows color (decimal): -5352871 or 5853870. OLE color: 5853870.

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

Color convert

RGB 174 82 89 -
CMYK 0 0.53 0.49 0.32
HSL 355.43º 0.36% 0.5% -
HSV(B) 355.43º 0.53% 0.68% -
XYZ 22.28 15.75 11.32 -
YUV 110.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 174 82 89 0 0.53 0.49 0.32 355.43 0.36 0.5
Hex AE 52 59 0 35 31 20 163 24 32
Octal 256 122 131 0 65 61 40 543 44 62
Binary 10101110 1010010 1011001 0 110101 110001 100000 101100011 100100 110010

Color Harmonies of #AE5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5259

Black with #AE5259

Text Example


Text Example

White with #AE5259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5259; }

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

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

background-color css

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

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

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

border-color css

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

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

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