#A25456

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

Shades of Hippie Pink #A25456

Tints of Hippie Pink #A25456

Color information

#A25456 (or 0xA25456) is unknown color: approx Hippie Pink. HEX triplet: A2, 54 and 56. RGB value is (162,84,86). Sum of RGB (Red+Green+Blue) = 162+84+86=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25456 is #5DABA9. Grayscale: #6B6B6B. Windows color (decimal): -6138794 or 5657762. OLE color: 5657762.

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

Color convert

RGB1628486-
CMYK00.480.470.36
HSL358.46º31.71%48.24%-
HSV(B)358.46º48.15%63.53%-
XYZ19.7514.6910.6-
YUV107.55115.84166.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=48.80%
G=25.30%
B=25.90%

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
Decimal162848600.480.470.36358.4631.7148.24
HexA254560302F241662030
Octal24212412606057445464060
Binary10100010101010010101100110000101111100100101100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25456; }

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

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

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

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

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

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

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

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