#AA4356

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

Shades of Hippie Pink #AA4356

Tints of Hippie Pink #AA4356

Color information

#AA4356 (or 0xAA4356) is unknown color: approx Hippie Pink. HEX triplet: AA, 43 and 56. RGB value is (170,67,86). Sum of RGB (Red+Green+Blue) = 170+67+86=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4356 is #55BCA9. Grayscale: #636363. Windows color (decimal): -5618858 or 5653418. OLE color: 5653418.

HSL color Cylindrical-coordinate representation of color #AA4356: hue angle of 348.93º 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 #AA4356 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1706786-
CMYK00.610.490.33
HSL348.93º43.46%46.47%-
HSV(B)348.93º60.59%66.67%-
XYZ20.2613.2310.29-
YUV99.96120.12177.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=52.63%
G=20.74%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170678600.610.490.33348.9343.4646.47
HexAA435603D312115d2b2e
Octal25210312607561415355356
Binary10101010100001110101100111101110001100001101011101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4356; }

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

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

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

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

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

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

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

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