#A65662

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

Shades of Hippie Pink #A65662

Tints of Hippie Pink #A65662

Color information

#A65662 (or 0xA65662) is unknown color: approx Hippie Pink. HEX triplet: A6, 56 and 62. RGB value is (166,86,98). Sum of RGB (Red+Green+Blue) = 166+86+98=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65662 is #59A99D. Grayscale: #6F6F6F. Windows color (decimal): -5876126 or 6444710. OLE color: 6444710.

HSL color Cylindrical-coordinate representation of color #A65662: hue angle of 351º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65662 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1668698-
CMYK00.480.410.35
HSL351º31.75%49.41%-
HSV(B)351º48.19%65.1%-
XYZ21.2615.6413.45-
YUV111.29120.5167.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 98 (38.67% from 255) = 28%
R=47.43%
G=24.57%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166869800.480.410.3535131.7549.41
HexA65662030292315f2031
Octal24612614206051435374061
Binary10100110101011011000100110000101001100011101011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65662; }

 p { color: rgb(166,86,98); }

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

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

 a { background-color: rgb(166,86,98); }

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

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

 span { border-color: rgb(166,86,98); }

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