#A2555A

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

Shades of Hippie Pink #A2555A

Tints of Hippie Pink #A2555A

Color information

#A2555A (or 0xA2555A) is unknown color: approx Hippie Pink. HEX triplet: A2, 55 and 5A. RGB value is (162,85,90). Sum of RGB (Red+Green+Blue) = 162+85+90=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2555A is #5DAAA5. Grayscale: #6C6C6C. Windows color (decimal): -6138534 or 5920162. OLE color: 5920162.

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

Color convert

RGB1628590-
CMYK00.480.440.36
HSL356.1º31.17%48.43%-
HSV(B)356.1º47.53%63.53%-
XYZ19.9914.9211.5-
YUV108.59117.51166.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=48.07%
G=25.22%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162859000.480.440.36356.131.1748.43
HexA2555A0302C241641f30
Octal24212513206054445443760
Binary1010001010101011011010011000010110010010010110010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2555A; }

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

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

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

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

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

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

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

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