#a8565f

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

Shades of Hippie Pink #A8565F

Tints of Hippie Pink #A8565F

Color information

#A8565F (or 0xA8565F) is unknown color: approx Hippie Pink. HEX triplet: A8, 56 and 5F. RGB value is (168,86,95). Sum of RGB (Red+Green+Blue) = 168+86+95=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8565F is #57A9A0. Grayscale: #6F6F6F. Windows color (decimal): -5745057 or 6248104. OLE color: 6248104.

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

Color convert

RGB1688695-
CMYK00.490.430.34
HSL353.41º32.28%49.8%-
HSV(B)353.41º48.81%65.88%-
XYZ21.5415.8112.74-
YUV111.54118.67168.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.14%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=48.14%
G=24.64%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168869500.490.430.34353.4132.2849.8
HexA8565F0312B221612032
Octal25012613706153425414062
Binary10101000101011010111110110001101011100010101100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8565f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8565f; }

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

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

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

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

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

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

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

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