#A2585F

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

Shades of Hippie Pink #A2585F

Tints of Hippie Pink #A2585F

Color information

#A2585F (or 0xA2585F) is unknown color: approx Hippie Pink. HEX triplet: A2, 58 and 5F. RGB value is (162,88,95). Sum of RGB (Red+Green+Blue) = 162+88+95=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2585F is #5DA7A0. Grayscale: #6E6E6E. Windows color (decimal): -6137761 or 6248610. OLE color: 6248610.

HSL color Cylindrical-coordinate representation of color #A2585F: hue angle of 354.32º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2585F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1628895-
CMYK00.460.410.36
HSL354.32º29.6%49.02%-
HSV(B)354.32º45.68%63.53%-
XYZ20.4615.4912.74-
YUV110.92119.02164.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=46.96%
G=25.51%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162889500.460.410.36354.3229.649.02
HexA2585F02E29241621e31
Octal24213013705651445423661
Binary1010001010110001011111010111010100110010010110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2585F; }

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

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

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

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

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

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

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

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