#A25A5C

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

Shades of Hippie Pink #A25A5C

Tints of Hippie Pink #A25A5C

Color information

#A25A5C (or 0xA25A5C) is unknown color: approx Hippie Pink. HEX triplet: A2, 5A and 5C. RGB value is (162,90,92). Sum of RGB (Red+Green+Blue) = 162+90+92=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A5C is #5DA5A3. Grayscale: #6F6F6F. Windows color (decimal): -6137252 or 6052514. OLE color: 6052514.

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

Color convert

RGB1629092-
CMYK00.440.430.36
HSL358.33º28.57%49.41%-
HSV(B)358.33º44.44%63.53%-
XYZ20.4915.7712.09-
YUV111.76116.85163.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=47.09%
G=26.16%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162909200.440.430.36358.3328.5749.41
HexA25A5C02C2B241661d31
Octal24213213405453445463561
Binary1010001010110101011100010110010101110010010110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A5C; }

 p { color: rgb(162,90,92); }

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

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

 a { background-color: rgb(162,90,92); }

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

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

 span { border-color: rgb(162,90,92); }

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