#A25355

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

Shades of Hippie Pink #A25355

Tints of Hippie Pink #A25355

Color information

#A25355 (or 0xA25355) is unknown color: approx Hippie Pink. HEX triplet: A2, 53 and 55. RGB value is (162,83,85). Sum of RGB (Red+Green+Blue) = 162+83+85=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25355 is #5DACAA. Grayscale: #6A6A6A. Windows color (decimal): -6139051 or 5591970. OLE color: 5591970.

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

Color convert

RGB1628385-
CMYK00.490.480.36
HSL358.48º32.24%48.04%-
HSV(B)358.48º48.77%63.53%-
XYZ19.6314.5210.36-
YUV106.85115.67167.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=49.09%
G=25.15%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162838500.490.480.36358.4832.2448.04
HexA2535503130241662030
Octal24212312506160445464060
Binary10100010101001110101010110001110000100100101100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25355; }

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

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

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

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

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

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

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

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