#A44F52

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

Shades of Hippie Pink #A44F52

Tints of Hippie Pink #A44F52

Color information

#A44F52 (or 0xA44F52) is unknown color: approx Hippie Pink. HEX triplet: A4, 4F and 52. RGB value is (164,79,82). Sum of RGB (Red+Green+Blue) = 164+79+82=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F52 is #5BB0AD. Grayscale: #686868. Windows color (decimal): -6009006 or 5394340. OLE color: 5394340.

HSL color Cylindrical-coordinate representation of color #A44F52: hue angle of 357.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F52 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB1647982-
CMYK00.520.50.36
HSL357.88º34.98%47.65%-
HSV(B)357.88º51.83%64.31%-
XYZ19.6314.099.67-
YUV104.76115.16170.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=50.46%
G=24.31%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164798200.520.50.36357.8834.9847.65
HexA44F5203432241662330
Octal24411712206462445464360
Binary10100100100111110100100110100110010100100101100110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F52; }

 p { color: rgb(164,79,82); }

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

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

 a { background-color: rgb(164,79,82); }

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

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

 span { border-color: rgb(164,79,82); }

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