#A2565A

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

Shades of Hippie Pink #A2565A

Tints of Hippie Pink #A2565A

Color information

#A2565A (or 0xA2565A) is unknown color: approx Hippie Pink. HEX triplet: A2, 56 and 5A. RGB value is (162,86,90). Sum of RGB (Red+Green+Blue) = 162+86+90=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2565A is #5DA9A5. Grayscale: #6D6D6D. Windows color (decimal): -6138278 or 5920418. OLE color: 5920418.

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

Color convert

RGB1628690-
CMYK00.470.440.36
HSL356.84º30.65%48.63%-
HSV(B)356.84º46.91%63.53%-
XYZ20.0715.0811.52-
YUV109.18117.18165.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=47.93%
G=25.44%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162869000.470.440.36356.8430.6548.63
HexA2565A02F2C241651f31
Octal24212613205754445453761
Binary1010001010101101011010010111110110010010010110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2565A; }

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

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

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

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

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

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

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

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