#A44A4F

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

Shades of Hippie Pink #A44A4F

Tints of Hippie Pink #A44A4F

Color information

#A44A4F (or 0xA44A4F) is unknown color: approx Hippie Pink. HEX triplet: A4, 4A and 4F. RGB value is (164,74,79). Sum of RGB (Red+Green+Blue) = 164+74+79=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A4F is #5BB5B0. Grayscale: #656565. Windows color (decimal): -6010289 or 5196452. OLE color: 5196452.

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

Color convert

RGB1647479-
CMYK00.550.520.36
HSL356.67º37.82%46.67%-
HSV(B)356.67º54.88%64.31%-
XYZ19.1713.358.96-
YUV101.48115.32172.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.74%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=51.74%
G=23.34%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164747900.550.520.36356.6737.8246.67
HexA44A4F0373424165262f
Octal24411211706764445454657
Binary10100100100101010011110110111110100100100101100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A4F; }

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

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

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

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

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

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

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

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