Html Css Color HEX #AA555F Hippie Pink

📋 copy color: '#AA555F'

red 170 ◦ green 85 ◦ blue 95

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

Shades of Hippie Pink #AA555F

Tints of Hippie Pink #AA555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 48.57%
G = 24.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA555F (or 0xAA555F) is known color: Hippie Pink. HEX triplet: AA, 55 and 5F. RGB value is (170,85,95). Sum of RGB (Red+Green+Blue) = 170+85+95=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA555F is #55AAA0. Grayscale: #6F6F6F. Windows color (decimal): -5614241 or 6247850. OLE color: 6247850.

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

Color convert

RGB 170 85 95 -
CMYK 0 0.50 0.44 0.33
HSL 352.94º 0.33% 0.5% -
HSV(B) 352.94º 0.5% 0.67% -
XYZ 21.89 15.87 12.74 -
YUV 111.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 170 85 95 0 0.50 0.44 0.33 352.94 0.33 0.5
Hex AA 55 5F 0 32 2C 21 161 21 32
Octal 252 125 137 0 62 54 41 541 41 62
Binary 10101010 1010101 1011111 0 110010 101100 100001 101100001 100001 110010

Color Harmonies of #AA555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA555F

Black with #AA555F

Text Example


Text Example

White with #AA555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA555F; }

 p { color: rgb(170,85,95); }

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

background-color css

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

 a { background-color: rgb(170,85,95); }

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

border-color css

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

 span { border-color: rgb(170,85,95); }

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