#A2585E

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

Shades of Hippie Pink #A2585E

Tints of Hippie Pink #A2585E

Color information

#A2585E (or 0xA2585E) is unknown color: approx Hippie Pink. HEX triplet: A2, 58 and 5E. RGB value is (162,88,94). Sum of RGB (Red+Green+Blue) = 162+88+94=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2585E is #5DA7A1. Grayscale: #6E6E6E. Windows color (decimal): -6137762 or 6183074. OLE color: 6183074.

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

Color convert

RGB1628894-
CMYK00.460.420.36
HSL355.14º29.6%49.02%-
HSV(B)355.14º45.68%63.53%-
XYZ20.4115.4712.5-
YUV110.81118.52164.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=47.09%
G=25.58%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162889400.460.420.36355.1429.649.02
HexA2585E02E2A241631e31
Octal24213013605652445433661
Binary1010001010110001011110010111010101010010010110001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2585E; }

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

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

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

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

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

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

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

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