Html Css Color HEX #AE535C Hippie Pink

📋 copy color: '#AE535C'

red 174 ◦ green 83 ◦ blue 92

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

Shades of Hippie Pink #AE535C

Tints of Hippie Pink #AE535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 49.86%
G = 23.78%
B = 26.36%

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

#AE535C (or 0xAE535C) is known color: Hippie Pink. HEX triplet: AE, 53 and 5C. RGB value is (174,83,92). Sum of RGB (Red+Green+Blue) = 174+83+92=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE535C is #51ACA3. Grayscale: #6F6F6F. Windows color (decimal): -5352612 or 6050734. OLE color: 6050734.

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

Color convert

RGB 174 83 92 -
CMYK 0 0.52 0.47 0.32
HSL 354.07º 0.36% 0.5% -
HSV(B) 354.07º 0.52% 0.68% -
XYZ 22.48 15.96 12.02 -
YUV 111.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 174 83 92 0 0.52 0.47 0.32 354.07 0.36 0.5
Hex AE 53 5C 0 34 2F 20 162 24 32
Octal 256 123 134 0 64 57 40 542 44 62
Binary 10101110 1010011 1011100 0 110100 101111 100000 101100010 100100 110010

Color Harmonies of #AE535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE535C

Black with #AE535C

Text Example


Text Example

White with #AE535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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