#A15359

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

Shades of Hippie Pink #A15359

Tints of Hippie Pink #A15359

Color information

#A15359 (or 0xA15359) is unknown color: approx Hippie Pink. HEX triplet: A1, 53 and 59. RGB value is (161,83,89). Sum of RGB (Red+Green+Blue) = 161+83+89=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A15359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15359 is #5EACA6. Grayscale: #6B6B6B. Windows color (decimal): -6204583 or 5854113. OLE color: 5854113.

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

Color convert

RGB1618389-
CMYK00.480.450.37
HSL355.38º31.97%47.84%-
HSV(B)355.38º48.45%63.14%-
XYZ19.5914.4811.21-
YUV107.01117.84166.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=48.35%
G=24.92%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161838900.480.450.37355.3831.9747.84
HexA153590302D251632030
Octal24112313106055455434060
Binary10100001101001110110010110000101101100101101100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15359; }

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

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

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

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

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

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

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

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