#A2575A

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

Shades of Hippie Pink #A2575A

Tints of Hippie Pink #A2575A

Color information

#A2575A (or 0xA2575A) is unknown color: approx Hippie Pink. HEX triplet: A2, 57 and 5A. RGB value is (162,87,90). Sum of RGB (Red+Green+Blue) = 162+87+90=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2575A is #5DA8A5. Grayscale: #6D6D6D. Windows color (decimal): -6138022 or 5920674. OLE color: 5920674.

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

Color convert

RGB1628790-
CMYK00.460.440.36
HSL357.6º30.12%48.82%-
HSV(B)357.6º46.3%63.53%-
XYZ20.1515.2411.55-
YUV109.77116.85165.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=47.79%
G=25.66%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162879000.460.440.36357.630.1248.82
HexA2575A02E2C241661e31
Octal24212713205654445463661
Binary1010001010101111011010010111010110010010010110011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2575A; }

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

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

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

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

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

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

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

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