#A65D60

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

Shades of Hippie Pink #A65D60

Tints of Hippie Pink #A65D60

Color information

#A65D60 (or 0xA65D60) is unknown color: approx Hippie Pink. HEX triplet: A6, 5D and 60. RGB value is (166,93,96). Sum of RGB (Red+Green+Blue) = 166+93+96=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D60 is #59A29F. Grayscale: #737373. Windows color (decimal): -5874336 or 6315430. OLE color: 6315430.

HSL color Cylindrical-coordinate representation of color #A65D60: hue angle of 357.53º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D60 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1669396-
CMYK00.440.420.35
HSL357.53º29.08%50.78%-
HSV(B)357.53º43.98%65.1%-
XYZ21.7516.7813.16-
YUV115.17117.18164.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=46.76%
G=26.20%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166939600.440.420.35357.5329.0850.78
HexA65D6002C2A231661d33
Octal24613514005452435463563
Binary1010011010111011100000010110010101010001110110011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D60; }

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

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

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

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

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

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

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

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