#A35D60

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

Shades of Hippie Pink #A35D60

Tints of Hippie Pink #A35D60

Color information

#A35D60 (or 0xA35D60) is unknown color: approx Hippie Pink. HEX triplet: A3, 5D and 60. RGB value is (163,93,96). Sum of RGB (Red+Green+Blue) = 163+93+96=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D60 is #5CA29F. Grayscale: #727272. Windows color (decimal): -6070944 or 6315427. OLE color: 6315427.

HSL color Cylindrical-coordinate representation of color #A35D60: hue angle of 357.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A35D60 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1639396-
CMYK00.430.410.36
HSL357.43º27.56%50.2%-
HSV(B)357.43º42.94%63.92%-
XYZ21.1316.4613.13-
YUV114.27117.69162.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=46.31%
G=26.42%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163939600.430.410.36357.4327.5650.2
HexA35D6002B29241651c32
Octal24313514005351445453462
Binary1010001110111011100000010101110100110010010110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D60; }

 p { color: rgb(163,93,96); }

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

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

 a { background-color: rgb(163,93,96); }

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

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

 span { border-color: rgb(163,93,96); }

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