#A44C62

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

Shades of Hippie Pink #A44C62

Tints of Hippie Pink #A44C62

Color information

#A44C62 (or 0xA44C62) is unknown color: approx Hippie Pink. HEX triplet: A4, 4C and 62. RGB value is (164,76,98). Sum of RGB (Red+Green+Blue) = 164+76+98=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C62 is #5BB39D. Grayscale: #686868. Windows color (decimal): -6009758 or 6442148. OLE color: 6442148.

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

Color convert

RGB1647698-
CMYK00.540.400.36
HSL345º36.67%47.06%-
HSV(B)345º53.66%64.31%-
XYZ20.113.9413.19-
YUV104.82124.15170.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=48.52%
G=22.49%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164769800.540.400.3634536.6747.06
HexA44C620362824159252f
Octal24411414206650445314557
Binary10100100100110011000100110110101000100100101011001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C62; }

 p { color: rgb(164,76,98); }

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

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

 a { background-color: rgb(164,76,98); }

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

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

 span { border-color: rgb(164,76,98); }

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