Html Css Color HEX #AE545B Hippie Pink

📋 copy color: '#AE545B'

red 174 ◦ green 84 ◦ blue 91

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

Shades of Hippie Pink #AE545B

Tints of Hippie Pink #AE545B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 49.86%
G = 24.07%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE545B (or 0xAE545B) is known color: Hippie Pink. HEX triplet: AE, 54 and 5B. RGB value is (174,84,91). Sum of RGB (Red+Green+Blue) = 174+84+91=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE545B is #51ABA4. Grayscale: #6F6F6F. Windows color (decimal): -5352357 or 5985454. OLE color: 5985454.

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

Color convert

RGB 174 84 91 -
CMYK 0 0.52 0.48 0.32
HSL 355.33º 0.36% 0.51% -
HSV(B) 355.33º 0.52% 0.68% -
XYZ 22.51 16.09 11.82 -
YUV 111.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 174 84 91 0 0.52 0.48 0.32 355.33 0.36 0.51
Hex AE 54 5B 0 34 30 20 163 24 33
Octal 256 124 133 0 64 60 40 543 44 63
Binary 10101110 1010100 1011011 0 110100 110000 100000 101100011 100100 110011

Color Harmonies of #AE545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE545B

Black with #AE545B

Text Example


Text Example

White with #AE545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE545B; }

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

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

background-color css

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

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

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

border-color css

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

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

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