#A15259

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

Shades of Hippie Pink #A15259

Tints of Hippie Pink #A15259

Color information

#A15259 (or 0xA15259) is unknown color: approx Hippie Pink. HEX triplet: A1, 52 and 59. RGB value is (161,82,89). Sum of RGB (Red+Green+Blue) = 161+82+89=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15259 is #5EADA6. Grayscale: #6A6A6A. Windows color (decimal): -6204839 or 5853857. OLE color: 5853857.

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

Color convert

RGB1618289-
CMYK00.490.450.37
HSL354.68º32.51%47.65%-
HSV(B)354.68º49.07%63.14%-
XYZ19.5214.3311.19-
YUV106.42118.17166.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=48.49%
G=24.70%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161828900.490.450.37354.6832.5147.65
HexA152590312D251632130
Octal24112213106155455434160
Binary10100001101001010110010110001101101100101101100011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15259; }

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

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

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

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

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

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

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

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