Html Css Color HEX #AE575A Hippie Pink

📋 copy color: '#AE575A'

red 174 ◦ green 87 ◦ blue 90

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

Shades of Hippie Pink #AE575A

Tints of Hippie Pink #AE575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.79%

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 49.57%
G = 24.79%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE575A (or 0xAE575A) is known color: Hippie Pink. HEX triplet: AE, 57 and 5A. RGB value is (174,87,90). Sum of RGB (Red+Green+Blue) = 174+87+90=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE575A is #51A8A5. Grayscale: #717171. Windows color (decimal): -5351590 or 5920686. OLE color: 5920686.

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

Color convert

RGB 174 87 90 -
CMYK 0 0.5 0.48 0.32
HSL 357.93º 0.35% 0.51% -
HSV(B) 357.93º 0.5% 0.68% -
XYZ 22.71 16.55 11.67 -
YUV 113.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 174 87 90 0 0.5 0.48 0.32 357.93 0.35 0.51
Hex AE 57 5A 0 32 30 20 166 23 33
Octal 256 127 132 0 62 60 40 546 43 63
Binary 10101110 1010111 1011010 0 110010 110000 100000 101100110 100011 110011

Color Harmonies of #AE575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE575A

Black with #AE575A

Text Example


Text Example

White with #AE575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE575A; }

 p { color: rgb(174,87,90); }

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

background-color css

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

 a { background-color: rgb(174,87,90); }

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

border-color css

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

 span { border-color: rgb(174,87,90); }

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