#a2595b

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

Shades of Hippie Pink #A2595B

Tints of Hippie Pink #A2595B

Color information

#A2595B (or 0xA2595B) is unknown color: approx Hippie Pink. HEX triplet: A2, 59 and 5B. RGB value is (162,89,91). Sum of RGB (Red+Green+Blue) = 162+89+91=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2595B is #5DA6A4. Grayscale: #6F6F6F. Windows color (decimal): -6137509 or 5986722. OLE color: 5986722.

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

Color convert

RGB1628991-
CMYK00.450.440.36
HSL358.36º29.08%49.22%-
HSV(B)358.36º45.06%63.53%-
XYZ20.3615.5811.83-
YUV111.05116.68164.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=47.37%
G=26.02%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162899100.450.440.36358.3629.0849.22
HexA2595B02D2C241661d31
Octal24213113305554445463561
Binary1010001010110011011011010110110110010010010110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2595b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2595b; }

 p { color: rgb(162,89,91); }

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

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

 a { background-color: rgb(162,89,91); }

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

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

 span { border-color: rgb(162,89,91); }

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