#A14B5F

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

Shades of Hippie Pink #A14B5F

Tints of Hippie Pink #A14B5F

Color information

#A14B5F (or 0xA14B5F) is unknown color: approx Hippie Pink. HEX triplet: A1, 4B and 5F. RGB value is (161,75,95). Sum of RGB (Red+Green+Blue) = 161+75+95=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B5F is #5EB4A0. Grayscale: #676767. Windows color (decimal): -6206625 or 6245281. OLE color: 6245281.

HSL color Cylindrical-coordinate representation of color #A14B5F: hue angle of 346.05º 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 #A14B5F is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1617595-
CMYK00.530.410.37
HSL346.05º36.44%46.27%-
HSV(B)346.05º53.42%63.14%-
XYZ19.2813.4412.4-
YUV102.99123.49169.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=48.64%
G=22.66%
B=28.70%

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
Decimal161759500.530.410.37346.0536.4446.27
HexA14B5F035292515a242e
Octal24111313706551455324456
Binary10100001100101110111110110101101001100101101011010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B5F; }

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

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

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

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

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

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

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

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