#A5585C

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

Shades of Hippie Pink #A5585C

Tints of Hippie Pink #A5585C

Color information

#A5585C (or 0xA5585C) is unknown color: approx Hippie Pink. HEX triplet: A5, 58 and 5C. RGB value is (165,88,92). Sum of RGB (Red+Green+Blue) = 165+88+92=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5585C is #5AA7A3. Grayscale: #6F6F6F. Windows color (decimal): -5941156 or 6052005. OLE color: 6052005.

HSL color Cylindrical-coordinate representation of color #A5585C: hue angle of 356.88º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5585C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1658892-
CMYK00.470.440.35
HSL356.88º30.43%49.61%-
HSV(B)356.88º46.67%64.71%-
XYZ20.9415.7512.06-
YUV111.48117.01166.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=47.83%
G=25.51%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165889200.470.440.35356.8830.4349.61
HexA5585C02F2C231651e32
Octal24513013405754435453662
Binary1010010110110001011100010111110110010001110110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5585C; }

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

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

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

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

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

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

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

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