#A44E50

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

Shades of Hippie Pink #A44E50

Tints of Hippie Pink #A44E50

Color information

#A44E50 (or 0xA44E50) is unknown color: approx Hippie Pink. HEX triplet: A4, 4E and 50. RGB value is (164,78,80). Sum of RGB (Red+Green+Blue) = 164+78+80=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E50 is #5BB1AF. Grayscale: #686868. Windows color (decimal): -6009264 or 5263012. OLE color: 5263012.

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

Color convert

RGB1647880-
CMYK00.520.510.36
HSL358.6º35.54%47.45%-
HSV(B)358.6º52.44%64.31%-
XYZ19.4813.929.25-
YUV103.94114.49170.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=50.93%
G=24.22%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164788000.520.510.36358.635.5447.45
HexA44E500343324167242f
Octal24411612006463445474457
Binary10100100100111010100000110100110011100100101100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E50; }

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

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

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

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

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

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

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

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