#A3505F

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

Shades of Hippie Pink #A3505F

Tints of Hippie Pink #A3505F

Color information

#A3505F (or 0xA3505F) is unknown color: approx Hippie Pink. HEX triplet: A3, 50 and 5F. RGB value is (163,80,95). Sum of RGB (Red+Green+Blue) = 163+80+95=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3505F is #5CAFA0. Grayscale: #6A6A6A. Windows color (decimal): -6074273 or 6246563. OLE color: 6246563.

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

Color convert

RGB1638095-
CMYK00.510.420.36
HSL349.16º34.16%47.65%-
HSV(B)349.16º50.92%63.92%-
XYZ20.0414.3512.54-
YUV106.53121.5168.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=48.22%
G=23.67%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163809500.510.420.36349.1634.1647.65
HexA3505F0332A2415d2230
Octal24312013706352445354260
Binary10100011101000010111110110011101010100100101011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3505F; }

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

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

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

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

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

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

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

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