#A45663

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

Shades of Hippie Pink #A45663

Tints of Hippie Pink #A45663

Color information

#A45663 (or 0xA45663) is unknown color: approx Hippie Pink. HEX triplet: A4, 56 and 63. RGB value is (164,86,99). Sum of RGB (Red+Green+Blue) = 164+86+99=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A45663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45663 is #5BA99C. Grayscale: #6E6E6E. Windows color (decimal): -6007197 or 6510244. OLE color: 6510244.

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

Color convert

RGB1648699-
CMYK00.480.400.36
HSL350º31.2%49.02%-
HSV(B)350º47.56%64.31%-
XYZ20.8915.4513.69-
YUV110.8121.34165.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 99 (39.06% from 255) = 28.37%
R=46.99%
G=24.64%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164869900.480.400.3635031.249.02
HexA45663030282415e1f31
Octal24412614306050445363761
Binary1010010010101101100011011000010100010010010101111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45663; }

 p { color: rgb(164,86,99); }

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

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

 a { background-color: rgb(164,86,99); }

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

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

 span { border-color: rgb(164,86,99); }

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