Html Css Color HEX #AE5053 Hippie Pink

📋 copy color: '#AE5053'

red 174 ◦ green 80 ◦ blue 83

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

Shades of Hippie Pink #AE5053

Tints of Hippie Pink #AE5053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 51.63%
G = 23.74%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE5053 (or 0xAE5053) is known color: Hippie Pink. HEX triplet: AE, 50 and 53. RGB value is (174,80,83). Sum of RGB (Red+Green+Blue) = 174+80+83=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5053 is #51AFAC. Grayscale: #6C6C6C. Windows color (decimal): -5353389 or 5460142. OLE color: 5460142.

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

Color convert

RGB 174 80 83 -
CMYK 0 0.54 0.52 0.32
HSL 358.09º 0.37% 0.5% -
HSV(B) 358.09º 0.54% 0.68% -
XYZ 21.89 15.36 9.99 -
YUV 108.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 174 80 83 0 0.54 0.52 0.32 358.09 0.37 0.5
Hex AE 50 53 0 36 34 20 166 25 32
Octal 256 120 123 0 66 64 40 546 45 62
Binary 10101110 1010000 1010011 0 110110 110100 100000 101100110 100101 110010

Color Harmonies of #AE5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5053

Black with #AE5053

Text Example


Text Example

White with #AE5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5053; }

 p { color: rgb(174,80,83); }

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

background-color css

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

 a { background-color: rgb(174,80,83); }

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

border-color css

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

 span { border-color: rgb(174,80,83); }

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