#A2495A

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

Shades of Hippie Pink #A2495A

Tints of Hippie Pink #A2495A

Color information

#A2495A (or 0xA2495A) is unknown color: approx Hippie Pink. HEX triplet: A2, 49 and 5A. RGB value is (162,73,90). Sum of RGB (Red+Green+Blue) = 162+73+90=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495A is #5DB6A5. Grayscale: #656565. Windows color (decimal): -6141606 or 5917090. OLE color: 5917090.

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

Color convert

RGB1627390-
CMYK00.550.440.36
HSL348.54º37.87%46.08%-
HSV(B)348.54º54.94%63.53%-
XYZ19.1313.1811.21-
YUV101.55121.49171.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=49.85%
G=22.46%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162739000.550.440.36348.5437.8746.08
HexA2495A0372C2415d262e
Octal24211113206754445354656
Binary10100010100100110110100110111101100100100101011101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2495A; }

 p { color: rgb(162,73,90); }

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

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

 a { background-color: rgb(162,73,90); }

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

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

 span { border-color: rgb(162,73,90); }

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