#A2555F

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

Shades of Hippie Pink #A2555F

Tints of Hippie Pink #A2555F

Color information

#A2555F (or 0xA2555F) is unknown color: approx Hippie Pink. HEX triplet: A2, 55 and 5F. RGB value is (162,85,95). Sum of RGB (Red+Green+Blue) = 162+85+95=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2555F is #5DAAA0. Grayscale: #6D6D6D. Windows color (decimal): -6138529 or 6247842. OLE color: 6247842.

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

Color convert

RGB1628595-
CMYK00.480.410.36
HSL352.21º31.17%48.43%-
HSV(B)352.21º47.53%63.53%-
XYZ20.211512.66-
YUV109.16120.01165.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=47.37%
G=24.85%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162859500.480.410.36352.2131.1748.43
HexA2555F03029241601f30
Octal24212513706051445403760
Binary1010001010101011011111011000010100110010010110000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2555F; }

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

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

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

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

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

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

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

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