#A25358

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

Shades of Hippie Pink #A25358

Tints of Hippie Pink #A25358

Color information

#A25358 (or 0xA25358) is unknown color: approx Hippie Pink. HEX triplet: A2, 53 and 58. RGB value is (162,83,88). Sum of RGB (Red+Green+Blue) = 162+83+88=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25358 is #5DACA7. Grayscale: #6B6B6B. Windows color (decimal): -6139048 or 5788578. OLE color: 5788578.

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

Color convert

RGB1628388-
CMYK00.490.460.36
HSL356.2º32.24%48.04%-
HSV(B)356.2º48.77%63.53%-
XYZ19.7614.5711-
YUV107.19117.17167.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=48.65%
G=24.92%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162838800.490.460.36356.232.2448.04
HexA253580312E241642030
Octal24212313006156445444060
Binary10100010101001110110000110001101110100100101100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25358; }

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

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

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

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

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

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

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

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