Html Css Color HEX #AE545D Hippie Pink

📋 copy color: '#AE545D'

red 174 ◦ green 84 ◦ blue 93

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

Shades of Hippie Pink #AE545D

Tints of Hippie Pink #AE545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 49.57%
G = 23.93%
B = 26.5%

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

#AE545D (or 0xAE545D) is known color: Hippie Pink. HEX triplet: AE, 54 and 5D. RGB value is (174,84,93). Sum of RGB (Red+Green+Blue) = 174+84+93=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE545D is #51ABA2. Grayscale: #6F6F6F. Windows color (decimal): -5352355 or 6116526. OLE color: 6116526.

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

Color convert

RGB 174 84 93 -
CMYK 0 0.52 0.47 0.32
HSL 354º 0.36% 0.51% -
HSV(B) 354º 0.52% 0.68% -
XYZ 22.6 16.13 12.28 -
YUV 111.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 174 84 93 0 0.52 0.47 0.32 354 0.36 0.51
Hex AE 54 5D 0 34 2F 20 162 24 33
Octal 256 124 135 0 64 57 40 542 44 63
Binary 10101110 1010100 1011101 0 110100 101111 100000 101100010 100100 110011

Color Harmonies of #AE545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE545D

Black with #AE545D

Text Example


Text Example

White with #AE545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE545D; }

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

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

background-color css

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

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

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

border-color css

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

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

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