#A9585E

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

Shades of Hippie Pink #A9585E

Tints of Hippie Pink #A9585E

Color information

#A9585E (or 0xA9585E) is unknown color: approx Hippie Pink. HEX triplet: A9, 58 and 5E. RGB value is (169,88,94). Sum of RGB (Red+Green+Blue) = 169+88+94=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A9585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9585E is #56A7A1. Grayscale: #707070. Windows color (decimal): -5679010 or 6183081. OLE color: 6183081.

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

Color convert

RGB1698894-
CMYK00.480.440.34
HSL355.56º32.02%50.39%-
HSV(B)355.56º47.93%66.27%-
XYZ21.8716.2212.57-
YUV112.9117.34168.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=48.15%
G=25.07%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169889400.480.440.34355.5632.0250.39
HexA9585E0302C221642032
Octal25113013606054425444062
Binary10101001101100010111100110000101100100010101100100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9585E; }

 p { color: rgb(169,88,94); }

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

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

 a { background-color: rgb(169,88,94); }

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

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

 span { border-color: rgb(169,88,94); }

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