#A9565B

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

Shades of Hippie Pink #A9565B

Tints of Hippie Pink #A9565B

Color information

#A9565B (or 0xA9565B) is unknown color: approx Hippie Pink. HEX triplet: A9, 56 and 5B. RGB value is (169,86,91). Sum of RGB (Red+Green+Blue) = 169+86+91=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9565B is #56A9A4. Grayscale: #6F6F6F. Windows color (decimal): -5679525 or 5985961. OLE color: 5985961.

HSL color Cylindrical-coordinate representation of color #A9565B: hue angle of 356.39º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9565B is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1698691-
CMYK00.490.460.34
HSL356.39º32.55%50%-
HSV(B)356.39º49.11%66.27%-
XYZ21.5815.8511.82-
YUV111.39116.5169.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=48.84%
G=24.86%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169869100.490.460.34356.3932.5550
HexA9565B0312E221642132
Octal25112613306156425444162
Binary10101001101011010110110110001101110100010101100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9565B; }

 p { color: rgb(169,86,91); }

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

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

 a { background-color: rgb(169,86,91); }

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

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

 span { border-color: rgb(169,86,91); }

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