#A25556

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

Shades of Hippie Pink #A25556

Tints of Hippie Pink #A25556

Color information

#A25556 (or 0xA25556) is unknown color: approx Hippie Pink. HEX triplet: A2, 55 and 56. RGB value is (162,85,86). Sum of RGB (Red+Green+Blue) = 162+85+86=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25556 is #5DAAA9. Grayscale: #6C6C6C. Windows color (decimal): -6138538 or 5658018. OLE color: 5658018.

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

Color convert

RGB1628586-
CMYK00.480.470.36
HSL359.22º31.17%48.43%-
HSV(B)359.22º47.53%63.53%-
XYZ19.8314.8510.63-
YUV108.14115.51166.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=48.65%
G=25.53%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162858600.480.470.36359.2231.1748.43
HexA255560302F241671f30
Octal24212512606057445473760
Binary1010001010101011010110011000010111110010010110011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25556; }

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

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

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

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

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

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

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

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