#AA4355

Color #AA4355 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AA4355

Tints of Hippie Pink #AA4355

Color information

#AA4355 (or 0xAA4355) is unknown color: approx Hippie Pink. HEX triplet: AA, 43 and 55. RGB value is (170,67,85). Sum of RGB (Red+Green+Blue) = 170+67+85=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4355 is #55BCAA. Grayscale: #636363. Windows color (decimal): -5618859 or 5587882. OLE color: 5587882.

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

Color convert

RGB1706785-
CMYK00.610.500.33
HSL349.51º43.46%46.47%-
HSV(B)349.51º60.59%66.67%-
XYZ20.2213.2210.08-
YUV99.85119.62178.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=52.80%
G=20.81%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170678500.610.500.33349.5143.4646.47
HexAA435503D322115e2b2e
Octal25210312507562415365356
Binary10101010100001110101010111101110010100001101011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4355; }

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

 H1.HeaderClassName
 {
   color: #AA4355;
 }
 .AnyTagClassName
 {
   color: #AA4355;
 }
</style>
background-color css

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

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

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

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

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

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