#A9585C

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

Shades of Hippie Pink #A9585C

Tints of Hippie Pink #A9585C

Color information

#A9585C (or 0xA9585C) is unknown color: approx Hippie Pink. HEX triplet: A9, 58 and 5C. RGB value is (169,88,92). Sum of RGB (Red+Green+Blue) = 169+88+92=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9585C is #56A7A3. Grayscale: #707070. Windows color (decimal): -5679012 or 6052009. OLE color: 6052009.

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

Color convert

RGB1698892-
CMYK00.480.460.34
HSL357.04º32.02%50.39%-
HSV(B)357.04º47.93%66.27%-
XYZ21.7816.1912.1-
YUV112.68116.34168.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=48.42%
G=25.21%
B=26.36%

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
Decimal169889200.480.460.34357.0432.0250.39
HexA9585C0302E221652032
Octal25113013406056425454062
Binary10101001101100010111000110000101110100010101100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9585C; }

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

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

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

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

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

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

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

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