#A25360

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

Shades of Hippie Pink #A25360

Tints of Hippie Pink #A25360

Color information

#A25360 (or 0xA25360) is unknown color: approx Hippie Pink. HEX triplet: A2, 53 and 60. RGB value is (162,83,96). Sum of RGB (Red+Green+Blue) = 162+83+96=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A25360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25360 is #5DAC9F. Grayscale: #6C6C6C. Windows color (decimal): -6139040 or 6312866. OLE color: 6312866.

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

Color convert

RGB1628396-
CMYK00.490.410.36
HSL350.13º32.24%48.04%-
HSV(B)350.13º48.77%63.53%-
XYZ20.114.7112.85-
YUV108.1121.17166.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=47.51%
G=24.34%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162839600.490.410.36350.1332.2448.04
HexA25360031292415e2030
Octal24212314006151445364060
Binary10100010101001111000000110001101001100100101011110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25360; }

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

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

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

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

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

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

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

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