#A2575E

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

Shades of Hippie Pink #A2575E

Tints of Hippie Pink #A2575E

Color information

#A2575E (or 0xA2575E) is unknown color: approx Hippie Pink. HEX triplet: A2, 57 and 5E. RGB value is (162,87,94). Sum of RGB (Red+Green+Blue) = 162+87+94=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2575E is #5DA8A1. Grayscale: #6E6E6E. Windows color (decimal): -6138018 or 6182818. OLE color: 6182818.

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

Color convert

RGB1628794-
CMYK00.460.420.36
HSL354.4º30.12%48.82%-
HSV(B)354.4º46.3%63.53%-
XYZ20.3315.3112.47-
YUV110.22118.85164.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=47.23%
G=25.36%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162879400.460.420.36354.430.1248.82
HexA2575E02E2A241621e31
Octal24212713605652445423661
Binary1010001010101111011110010111010101010010010110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2575E; }

 p { color: rgb(162,87,94); }

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

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

 a { background-color: rgb(162,87,94); }

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

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

 span { border-color: rgb(162,87,94); }

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