#A65266

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

Shades of Hippie Pink #A65266

Tints of Hippie Pink #A65266

Color information

#A65266 (or 0xA65266) is unknown color: approx Hippie Pink. HEX triplet: A6, 52 and 66. RGB value is (166,82,102). Sum of RGB (Red+Green+Blue) = 166+82+102=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65266 is #59AD99. Grayscale: #6D6D6D. Windows color (decimal): -5877146 or 6705830. OLE color: 6705830.

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

Color convert

RGB16682102-
CMYK00.510.390.35
HSL345.71º33.87%48.63%-
HSV(B)345.71º50.6%65.1%-
XYZ21.1415.114.37-
YUV109.4123.83168.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=47.43%
G=23.43%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668210200.510.390.35345.7133.8748.63
HexA65266033272315a2231
Octal24612214606347435324261
Binary10100110101001011001100110011100111100011101011010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65266; }

 p { color: rgb(166,82,102); }

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

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

 a { background-color: rgb(166,82,102); }

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

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

 span { border-color: rgb(166,82,102); }

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