#A2555E

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

Shades of Hippie Pink #A2555E

Tints of Hippie Pink #A2555E

Color information

#A2555E (or 0xA2555E) is unknown color: approx Hippie Pink. HEX triplet: A2, 55 and 5E. RGB value is (162,85,94). Sum of RGB (Red+Green+Blue) = 162+85+94=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2555E is #5DAAA1. Grayscale: #6D6D6D. Windows color (decimal): -6138530 or 6182306. OLE color: 6182306.

HSL color Cylindrical-coordinate representation of color #A2555E: hue angle of 352.99º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2555E is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1628594-
CMYK00.480.420.36
HSL352.99º31.17%48.43%-
HSV(B)352.99º47.53%63.53%-
XYZ20.1714.9912.42-
YUV109.05119.51165.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=47.51%
G=24.93%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162859400.480.420.36352.9931.1748.43
HexA2555E0302A241611f30
Octal24212513606052445413760
Binary1010001010101011011110011000010101010010010110000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2555E; }

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

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

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

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

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

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

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

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