#A15256

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

Shades of Hippie Pink #A15256

Tints of Hippie Pink #A15256

Color information

#A15256 (or 0xA15256) is unknown color: approx Hippie Pink. HEX triplet: A1, 52 and 56. RGB value is (161,82,86). Sum of RGB (Red+Green+Blue) = 161+82+86=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A15256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15256 is #5EADA9. Grayscale: #6A6A6A. Windows color (decimal): -6204842 or 5657249. OLE color: 5657249.

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

Color convert

RGB1618286-
CMYK00.490.470.37
HSL356.96º32.51%47.65%-
HSV(B)356.96º49.07%63.14%-
XYZ19.3914.2810.54-
YUV106.08116.67167.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=48.94%
G=24.92%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161828600.490.470.37356.9632.5147.65
HexA152560312F251652130
Octal24112212606157455454160
Binary10100001101001010101100110001101111100101101100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15256; }

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

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

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

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

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

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

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

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