#A8585B

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

Shades of Hippie Pink #A8585B

Tints of Hippie Pink #A8585B

Color information

#A8585B (or 0xA8585B) is unknown color: approx Hippie Pink. HEX triplet: A8, 58 and 5B. RGB value is (168,88,91). Sum of RGB (Red+Green+Blue) = 168+88+91=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8585B is #57A7A4. Grayscale: #707070. Windows color (decimal): -5744549 or 5986472. OLE color: 5986472.

HSL color Cylindrical-coordinate representation of color #A8585B: hue angle of 357.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 #A8585B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1688891-
CMYK00.480.460.34
HSL357.75º31.5%50.2%-
HSV(B)357.75º47.62%65.88%-
XYZ21.5316.0611.86-
YUV112.26116167.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=48.41%
G=25.36%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168889100.480.460.34357.7531.550.2
HexA8585B0302E221661f32
Octal25013013306056425463762
Binary1010100010110001011011011000010111010001010110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8585B; }

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

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

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

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

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

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

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

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