#A6565A

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

Shades of Hippie Pink #A6565A

Tints of Hippie Pink #A6565A

Color information

#A6565A (or 0xA6565A) is unknown color: approx Hippie Pink. HEX triplet: A6, 56 and 5A. RGB value is (166,86,90). Sum of RGB (Red+Green+Blue) = 166+86+90=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6565A is #59A9A5. Grayscale: #6E6E6E. Windows color (decimal): -5876134 or 5920422. OLE color: 5920422.

HSL color Cylindrical-coordinate representation of color #A6565A: hue angle of 357º 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 #A6565A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1668690-
CMYK00.480.460.35
HSL357º31.75%49.41%-
HSV(B)357º48.19%65.1%-
XYZ20.915.511.56-
YUV110.38116.5167.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=48.54%
G=25.15%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166869000.480.460.3535731.7549.41
HexA6565A0302E231652031
Octal24612613206056435454061
Binary10100110101011010110100110000101110100011101100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6565A; }

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

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

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

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

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

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

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

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