#A15457

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

Shades of Hippie Pink #A15457

Tints of Hippie Pink #A15457

Color information

#A15457 (or 0xA15457) is unknown color: approx Hippie Pink. HEX triplet: A1, 54 and 57. RGB value is (161,84,87). Sum of RGB (Red+Green+Blue) = 161+84+87=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15457 is #5EABA8. Grayscale: #6B6B6B. Windows color (decimal): -6204329 or 5723297. OLE color: 5723297.

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

Color convert

RGB1618487-
CMYK00.480.460.37
HSL357.66º31.43%48.04%-
HSV(B)357.66º47.83%63.14%-
XYZ19.5914.6110.8-
YUV107.36116.51166.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=48.49%
G=25.30%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161848700.480.460.37357.6631.4348.04
HexA154570302E251661f30
Octal24112412706056455463760
Binary1010000110101001010111011000010111010010110110011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15457; }

 p { color: rgb(161,84,87); }

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

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

 a { background-color: rgb(161,84,87); }

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

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

 span { border-color: rgb(161,84,87); }

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