Html Css Color HEX #AE535D Hippie Pink

📋 copy color: '#AE535D'

red 174 ◦ green 83 ◦ blue 93

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

Shades of Hippie Pink #AE535D

Tints of Hippie Pink #AE535D

RGB

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

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

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

R = 49.71%
G = 23.71%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE535D (or 0xAE535D) is known color: Hippie Pink. HEX triplet: AE, 53 and 5D. RGB value is (174,83,93). Sum of RGB (Red+Green+Blue) = 174+83+93=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE535D is #51ACA2. Grayscale: #6F6F6F. Windows color (decimal): -5352611 or 6116270. OLE color: 6116270.

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

Color convert

RGB 174 83 93 -
CMYK 0 0.52 0.47 0.32
HSL 353.41º 0.36% 0.5% -
HSV(B) 353.41º 0.52% 0.68% -
XYZ 22.52 15.98 12.25 -
YUV 111.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 174 83 93 0 0.52 0.47 0.32 353.41 0.36 0.5
Hex AE 53 5D 0 34 2F 20 161 24 32
Octal 256 123 135 0 64 57 40 541 44 62
Binary 10101110 1010011 1011101 0 110100 101111 100000 101100001 100100 110010

Color Harmonies of #AE535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE535D

Black with #AE535D

Text Example


Text Example

White with #AE535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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