#A14C5F

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

Shades of Hippie Pink #A14C5F

Tints of Hippie Pink #A14C5F

Color information

#A14C5F (or 0xA14C5F) is unknown color: approx Hippie Pink. HEX triplet: A1, 4C and 5F. RGB value is (161,76,95). Sum of RGB (Red+Green+Blue) = 161+76+95=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C5F is #5EB3A0. Grayscale: #676767. Windows color (decimal): -6206369 or 6245537. OLE color: 6245537.

HSL color Cylindrical-coordinate representation of color #A14C5F: hue angle of 346.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C5F is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1617695-
CMYK00.530.410.37
HSL346.59º35.86%46.47%-
HSV(B)346.59º52.8%63.14%-
XYZ19.3513.5712.43-
YUV103.58123.16168.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=48.49%
G=22.89%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161769500.530.410.37346.5935.8646.47
HexA14C5F035292515b242e
Octal24111413706551455334456
Binary10100001100110010111110110101101001100101101011011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C5F; }

 p { color: rgb(161,76,95); }

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

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

 a { background-color: rgb(161,76,95); }

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

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

 span { border-color: rgb(161,76,95); }

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