#A15456

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

Shades of Hippie Pink #A15456

Tints of Hippie Pink #A15456

Color information

#A15456 (or 0xA15456) is unknown color: approx Hippie Pink. HEX triplet: A1, 54 and 56. RGB value is (161,84,86). Sum of RGB (Red+Green+Blue) = 161+84+86=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A15456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15456 is #5EABA9. Grayscale: #6B6B6B. Windows color (decimal): -6204330 or 5657761. OLE color: 5657761.

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

Color convert

RGB1618486-
CMYK00.480.470.37
HSL358.44º31.43%48.04%-
HSV(B)358.44º47.83%63.14%-
XYZ19.5514.5910.59-
YUV107.25116.01166.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=48.64%
G=25.38%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161848600.480.470.37358.4431.4348.04
HexA154560302F251661f30
Octal24112412606057455463760
Binary1010000110101001010110011000010111110010110110011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15456; }

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

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

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

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

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

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

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

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