Html Css Color HEX #AE535F Hippie Pink

📋 copy color: '#AE535F'

red 174 ◦ green 83 ◦ blue 95

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

Shades of Hippie Pink #AE535F

Tints of Hippie Pink #AE535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 49.43%
G = 23.58%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE535F (or 0xAE535F) is known color: Hippie Pink. HEX triplet: AE, 53 and 5F. RGB value is (174,83,95). Sum of RGB (Red+Green+Blue) = 174+83+95=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE535F is #51ACA0. Grayscale: #6F6F6F. Windows color (decimal): -5352609 or 6247342. OLE color: 6247342.

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

Color convert

RGB 174 83 95 -
CMYK 0 0.52 0.45 0.32
HSL 352.09º 0.36% 0.5% -
HSV(B) 352.09º 0.52% 0.68% -
XYZ 22.61 16.01 12.73 -
YUV 111.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 174 83 95 0 0.52 0.45 0.32 352.09 0.36 0.5
Hex AE 53 5F 0 34 2D 20 160 24 32
Octal 256 123 137 0 64 55 40 540 44 62
Binary 10101110 1010011 1011111 0 110100 101101 100000 101100000 100100 110010

Color Harmonies of #AE535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE535F

Black with #AE535F

Text Example


Text Example

White with #AE535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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