Html Css Color HEX #AA5658 Hippie Pink

📋 copy color: '#AA5658'

red 170 ◦ green 86 ◦ blue 88

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

Shades of Hippie Pink #AA5658

Tints of Hippie Pink #AA5658

RGB

 RED value IS 170 (66.8% from 255) = 49.42%

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 49.42%
G = 25%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA5658 (or 0xAA5658) is known color: Hippie Pink. HEX triplet: AA, 56 and 58. RGB value is (170,86,88). Sum of RGB (Red+Green+Blue) = 170+86+88=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5658 is #55A9A7. Grayscale: #6F6F6F. Windows color (decimal): -5613992 or 5789354. OLE color: 5789354.

HSL color Cylindrical-coordinate representation of color #AA5658: hue angle of 358.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5658 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 88 -
CMYK 0 0.49 0.48 0.33
HSL 358.57º 0.33% 0.5% -
HSV(B) 358.57º 0.49% 0.67% -
XYZ 21.67 15.91 11.16 -
YUV 111.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 170 86 88 0 0.49 0.48 0.33 358.57 0.33 0.5
Hex AA 56 58 0 31 30 21 167 21 32
Octal 252 126 130 0 61 60 41 547 41 62
Binary 10101010 1010110 1011000 0 110001 110000 100001 101100111 100001 110010

Color Harmonies of #AA5658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5658

Black with #AA5658

Text Example


Text Example

White with #AA5658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5658; }

 p { color: rgb(170,86,88); }

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

background-color css

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

 a { background-color: rgb(170,86,88); }

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

border-color css

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

 span { border-color: rgb(170,86,88); }

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