#A8565D

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

Shades of Hippie Pink #A8565D

Tints of Hippie Pink #A8565D

Color information

#A8565D (or 0xA8565D) is unknown color: approx Hippie Pink. HEX triplet: A8, 56 and 5D. RGB value is (168,86,93). Sum of RGB (Red+Green+Blue) = 168+86+93=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8565D is #57A9A2. Grayscale: #6F6F6F. Windows color (decimal): -5745059 or 6117032. OLE color: 6117032.

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

Color convert

RGB1688693-
CMYK00.490.450.34
HSL354.88º32.28%49.8%-
HSV(B)354.88º48.81%65.88%-
XYZ21.4515.7712.27-
YUV111.32117.67168.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=48.41%
G=24.78%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168869300.490.450.34354.8832.2849.8
HexA8565D0312D221632032
Octal25012613506155425434062
Binary10101000101011010111010110001101101100010101100011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8565D; }

 p { color: rgb(168,86,93); }

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

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

 a { background-color: rgb(168,86,93); }

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

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

 span { border-color: rgb(168,86,93); }

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