#A3515F

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

Shades of Hippie Pink #A3515F

Tints of Hippie Pink #A3515F

Color information

#A3515F (or 0xA3515F) is unknown color: approx Hippie Pink. HEX triplet: A3, 51 and 5F. RGB value is (163,81,95). Sum of RGB (Red+Green+Blue) = 163+81+95=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3515F is #5CAEA0. Grayscale: #6B6B6B. Windows color (decimal): -6074017 or 6246819. OLE color: 6246819.

HSL color Cylindrical-coordinate representation of color #A3515F: hue angle of 349.76º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3515F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1638195-
CMYK00.500.420.36
HSL349.76º33.61%47.84%-
HSV(B)349.76º50.31%63.92%-
XYZ20.1114.512.56-
YUV107.11121.17167.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=48.08%
G=23.89%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163819500.500.420.36349.7633.6147.84
HexA3515F0322A2415e2230
Octal24312113706252445364260
Binary10100011101000110111110110010101010100100101011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3515F; }

 p { color: rgb(163,81,95); }

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

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

 a { background-color: rgb(163,81,95); }

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

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

 span { border-color: rgb(163,81,95); }

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