#A25859

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

Shades of Hippie Pink #A25859

Tints of Hippie Pink #A25859

Color information

#A25859 (or 0xA25859) is unknown color: approx Hippie Pink. HEX triplet: A2, 58 and 59. RGB value is (162,88,89). Sum of RGB (Red+Green+Blue) = 162+88+89=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A25859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25859 is #5DA7A6. Grayscale: #6E6E6E. Windows color (decimal): -6137767 or 5855394. OLE color: 5855394.

HSL color Cylindrical-coordinate representation of color #A25859: hue angle of 359.19º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25859 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1628889-
CMYK00.460.450.36
HSL359.19º29.6%49.02%-
HSV(B)359.19º45.68%63.53%-
XYZ20.1915.3811.36-
YUV110.24116.02164.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=47.79%
G=25.96%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162888900.460.450.36359.1929.649.02
HexA2585902E2D241671e31
Octal24213013105655445473661
Binary1010001010110001011001010111010110110010010110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25859; }

 p { color: rgb(162,88,89); }

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

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

 a { background-color: rgb(162,88,89); }

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

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

 span { border-color: rgb(162,88,89); }

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