#A25354

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

Shades of Hippie Pink #A25354

Tints of Hippie Pink #A25354

Color information

#A25354 (or 0xA25354) is unknown color: approx Hippie Pink. HEX triplet: A2, 53 and 54. RGB value is (162,83,84). Sum of RGB (Red+Green+Blue) = 162+83+84=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A25354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25354 is #5DACAB. Grayscale: #6A6A6A. Windows color (decimal): -6139052 or 5526434. OLE color: 5526434.

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

Color convert

RGB1628384-
CMYK00.490.480.36
HSL359.24º32.24%48.04%-
HSV(B)359.24º48.77%63.53%-
XYZ19.5914.5110.16-
YUV106.73115.17167.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=49.24%
G=25.23%
B=25.53%

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
Decimal162838400.490.480.36359.2432.2448.04
HexA2535403130241672030
Octal24212312406160445474060
Binary10100010101001110101000110001110000100100101100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25354; }

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

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

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

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

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

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

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

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