#A8565E

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

Shades of Hippie Pink #A8565E

Tints of Hippie Pink #A8565E

Color information

#A8565E (or 0xA8565E) is unknown color: approx Hippie Pink. HEX triplet: A8, 56 and 5E. RGB value is (168,86,94). Sum of RGB (Red+Green+Blue) = 168+86+94=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8565E is #57A9A1. Grayscale: #6F6F6F. Windows color (decimal): -5745058 or 6182568. OLE color: 6182568.

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

Color convert

RGB1688694-
CMYK00.490.440.34
HSL354.15º32.28%49.8%-
HSV(B)354.15º48.81%65.88%-
XYZ21.515.7912.5-
YUV111.43118.17168.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=48.28%
G=24.71%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168869400.490.440.34354.1532.2849.8
HexA8565E0312C221622032
Octal25012613606154425424062
Binary10101000101011010111100110001101100100010101100010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8565E; }

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

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

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

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

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

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

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

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