#A2585C

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

Shades of Hippie Pink #A2585C

Tints of Hippie Pink #A2585C

Color information

#A2585C (or 0xA2585C) is unknown color: approx Hippie Pink. HEX triplet: A2, 58 and 5C. RGB value is (162,88,92). Sum of RGB (Red+Green+Blue) = 162+88+92=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2585C is #5DA7A3. Grayscale: #6E6E6E. Windows color (decimal): -6137764 or 6052002. OLE color: 6052002.

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

Color convert

RGB1628892-
CMYK00.460.430.36
HSL356.76º29.6%49.02%-
HSV(B)356.76º45.68%63.53%-
XYZ20.3215.4312.03-
YUV110.58117.52164.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=47.37%
G=25.73%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162889200.460.430.36356.7629.649.02
HexA2585C02E2B241651e31
Octal24213013405653445453661
Binary1010001010110001011100010111010101110010010110010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2585C; }

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

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

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

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

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

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

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

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