#A9565A

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

Shades of Hippie Pink #A9565A

Tints of Hippie Pink #A9565A

Color information

#A9565A (or 0xA9565A) is unknown color: approx Hippie Pink. HEX triplet: A9, 56 and 5A. RGB value is (169,86,90). Sum of RGB (Red+Green+Blue) = 169+86+90=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9565A is #56A9A5. Grayscale: #6F6F6F. Windows color (decimal): -5679526 or 5920425. OLE color: 5920425.

HSL color Cylindrical-coordinate representation of color #A9565A: hue angle of 357.11º 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 #A9565A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1698690-
CMYK00.490.470.34
HSL357.11º32.55%50%-
HSV(B)357.11º49.11%66.27%-
XYZ21.5415.8311.59-
YUV111.27116169.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=48.99%
G=24.93%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169869000.490.470.34357.1132.5550
HexA9565A0312F221652132
Octal25112613206157425454162
Binary10101001101011010110100110001101111100010101100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9565A; }

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

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

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

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

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

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

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

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