Html Css Color HEX #AE575D Hippie Pink

📋 copy color: '#AE575D'

red 174 ◦ green 87 ◦ blue 93

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

Shades of Hippie Pink #AE575D

Tints of Hippie Pink #AE575D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 49.15%
G = 24.58%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE575D (or 0xAE575D) is known color: Hippie Pink. HEX triplet: AE, 57 and 5D. RGB value is (174,87,93). Sum of RGB (Red+Green+Blue) = 174+87+93=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE575D is #51A8A2. Grayscale: #717171. Windows color (decimal): -5351587 or 6117294. OLE color: 6117294.

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

Color convert

RGB 174 87 93 -
CMYK 0 0.5 0.47 0.32
HSL 355.86º 0.35% 0.51% -
HSV(B) 355.86º 0.5% 0.68% -
XYZ 22.84 16.61 12.36 -
YUV 113.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 174 87 93 0 0.5 0.47 0.32 355.86 0.35 0.51
Hex AE 57 5D 0 32 2F 20 164 23 33
Octal 256 127 135 0 62 57 40 544 43 63
Binary 10101110 1010111 1011101 0 110010 101111 100000 101100100 100011 110011

Color Harmonies of #AE575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE575D

Black with #AE575D

Text Example


Text Example

White with #AE575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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