#A8585F

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

Shades of Hippie Pink #A8585F

Tints of Hippie Pink #A8585F

Color information

#A8585F (or 0xA8585F) is unknown color: approx Hippie Pink. HEX triplet: A8, 58 and 5F. RGB value is (168,88,95). Sum of RGB (Red+Green+Blue) = 168+88+95=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8585F is #57A7A0. Grayscale: #707070. Windows color (decimal): -5744545 or 6248616. OLE color: 6248616.

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

Color convert

RGB1688895-
CMYK00.480.430.34
HSL354.75º31.5%50.2%-
HSV(B)354.75º47.62%65.88%-
XYZ21.716.1312.8-
YUV112.72118167.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=47.86%
G=25.07%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168889500.480.430.34354.7531.550.2
HexA8585F0302B221631f32
Octal25013013706053425433762
Binary1010100010110001011111011000010101110001010110001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8585F; }

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

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

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

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

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

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

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

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