#A44A4E

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

Shades of Hippie Pink #A44A4E

Tints of Hippie Pink #A44A4E

Color information

#A44A4E (or 0xA44A4E) is unknown color: approx Hippie Pink. HEX triplet: A4, 4A and 4E. RGB value is (164,74,78). Sum of RGB (Red+Green+Blue) = 164+74+78=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A4E is #5BB5B1. Grayscale: #656565. Windows color (decimal): -6010290 or 5130916. OLE color: 5130916.

HSL color Cylindrical-coordinate representation of color #A44A4E: hue angle of 357.33º 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 #A44A4E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1647478-
CMYK00.550.520.36
HSL357.33º37.82%46.67%-
HSV(B)357.33º54.88%64.31%-
XYZ19.1313.348.77-
YUV101.37114.82172.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.90%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=51.90%
G=23.42%
B=24.68%

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
Decimal164747800.550.520.36357.3337.8246.67
HexA44A4E0373424165262f
Octal24411211606764445454657
Binary10100100100101010011100110111110100100100101100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A4E; }

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

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

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

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

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

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

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

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