#AE535A

Color #AE535A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AE535A

Tints of Hippie Pink #AE535A

Color information

#AE535A (or 0xAE535A) is unknown color: approx Hippie Pink. HEX triplet: AE, 53 and 5A. RGB value is (174,83,90). Sum of RGB (Red+Green+Blue) = 174+83+90=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE535A is #51ACA5. Grayscale: #6F6F6F. Windows color (decimal): -5352614 or 5919662. OLE color: 5919662.

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

Color convert

RGB1748390-
CMYK00.520.480.32
HSL355.38º35.97%50.39%-
HSV(B)355.38º52.3%68.24%-
XYZ22.3915.9211.57-
YUV111.01116.15172.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=50.14%
G=23.92%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174839000.520.480.32355.3835.9750.39
HexAE535A03430201632432
Octal25612313206460405434462
Binary10101110101001110110100110100110000100000101100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE535A; }

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

 H1.HeaderClassName
 {
   color: #AE535A;
 }
 .AnyTagClassName
 {
   color: #AE535A;
 }
</style>
background-color css

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

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

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

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

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

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