Html Css Color HEX #AE525A Hippie Pink

📋 copy color: '#AE525A'

red 174 ◦ green 82 ◦ blue 90

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

Shades of Hippie Pink #AE525A

Tints of Hippie Pink #AE525A

RGB

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

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

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

R = 50.29%
G = 23.7%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE525A (or 0xAE525A) is known color: Hippie Pink. HEX triplet: AE, 52 and 5A. RGB value is (174,82,90). Sum of RGB (Red+Green+Blue) = 174+82+90=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE525A is #51ADA5. Grayscale: #6E6E6E. Windows color (decimal): -5352870 or 5919406. OLE color: 5919406.

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

Color convert

RGB 174 82 90 -
CMYK 0 0.53 0.48 0.32
HSL 354.78º 0.36% 0.5% -
HSV(B) 354.78º 0.53% 0.68% -
XYZ 22.32 15.77 11.54 -
YUV 110.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 174 82 90 0 0.53 0.48 0.32 354.78 0.36 0.5
Hex AE 52 5A 0 35 30 20 163 24 32
Octal 256 122 132 0 65 60 40 543 44 62
Binary 10101110 1010010 1011010 0 110101 110000 100000 101100011 100100 110010

Color Harmonies of #AE525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE525A

Black with #AE525A

Text Example


Text Example

White with #AE525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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