#A15358

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

Shades of Hippie Pink #A15358

Tints of Hippie Pink #A15358

Color information

#A15358 (or 0xA15358) is unknown color: approx Hippie Pink. HEX triplet: A1, 53 and 58. RGB value is (161,83,88). Sum of RGB (Red+Green+Blue) = 161+83+88=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15358 is #5EACA7. Grayscale: #6A6A6A. Windows color (decimal): -6204584 or 5788577. OLE color: 5788577.

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

Color convert

RGB1618388-
CMYK00.480.450.37
HSL356.15º31.97%47.84%-
HSV(B)356.15º48.45%63.14%-
XYZ19.5514.4710.99-
YUV106.89117.34166.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=48.49%
G=25%
B=26.51%

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
Decimal161838800.480.450.37356.1531.9747.84
HexA153580302D251642030
Octal24112313006055455444060
Binary10100001101001110110000110000101101100101101100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15358; }

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

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

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

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

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

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

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

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