#A65859

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

Shades of Hippie Pink #A65859

Tints of Hippie Pink #A65859

Color information

#A65859 (or 0xA65859) is unknown color: approx Hippie Pink. HEX triplet: A6, 58 and 59. RGB value is (166,88,89). Sum of RGB (Red+Green+Blue) = 166+88+89=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A65859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65859 is #59A7A6. Grayscale: #6F6F6F. Windows color (decimal): -5875623 or 5855398. OLE color: 5855398.

HSL color Cylindrical-coordinate representation of color #A65859: hue angle of 359.23º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65859 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1668889-
CMYK00.470.460.35
HSL359.23º30.71%49.8%-
HSV(B)359.23º46.99%65.1%-
XYZ21.0215.8111.39-
YUV111.44115.34166.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=48.40%
G=25.66%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166888900.470.460.35359.2330.7149.8
HexA6585902F2E231671f32
Octal24613013105756435473762
Binary1010011010110001011001010111110111010001110110011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65859; }

 p { color: rgb(166,88,89); }

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

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

 a { background-color: rgb(166,88,89); }

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

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

 span { border-color: rgb(166,88,89); }

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