Html Css Color HEX #AE525D Hippie Pink

📋 copy color: '#AE525D'

red 174 ◦ green 82 ◦ blue 93

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

Shades of Hippie Pink #AE525D

Tints of Hippie Pink #AE525D

RGB

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

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

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

R = 49.86%
G = 23.5%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE525D (or 0xAE525D) is known color: Hippie Pink. HEX triplet: AE, 52 and 5D. RGB value is (174,82,93). Sum of RGB (Red+Green+Blue) = 174+82+93=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE525D is #51ADA2. Grayscale: #6E6E6E. Windows color (decimal): -5352867 or 6116014. OLE color: 6116014.

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

Color convert

RGB 174 82 93 -
CMYK 0 0.53 0.47 0.32
HSL 352.83º 0.36% 0.5% -
HSV(B) 352.83º 0.53% 0.68% -
XYZ 22.45 15.82 12.23 -
YUV 110.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 174 82 93 0 0.53 0.47 0.32 352.83 0.36 0.5
Hex AE 52 5D 0 35 2F 20 161 24 32
Octal 256 122 135 0 65 57 40 541 44 62
Binary 10101110 1010010 1011101 0 110101 101111 100000 101100001 100100 110010

Color Harmonies of #AE525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE525D

Black with #AE525D

Text Example


Text Example

White with #AE525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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