#A0525E

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

Shades of Hippie Pink #A0525E

Tints of Hippie Pink #A0525E

Color information

#A0525E (or 0xA0525E) is unknown color: approx Hippie Pink. HEX triplet: A0, 52 and 5E. RGB value is (160,82,94). Sum of RGB (Red+Green+Blue) = 160+82+94=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0525E is #5FADA1. Grayscale: #6A6A6A. Windows color (decimal): -6270370 or 6181536. OLE color: 6181536.

HSL color Cylindrical-coordinate representation of color #A0525E: hue angle of 350.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0525E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1608294-
CMYK00.490.410.37
HSL350.77º32.23%47.45%-
HSV(B)350.77º48.75%62.75%-
XYZ19.5314.3212.32-
YUV106.69120.84166.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=47.62%
G=24.40%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160829400.490.410.37350.7732.2347.45
HexA0525E031292515f202f
Octal24012213606151455374057
Binary10100000101001010111100110001101001100101101011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0525E; }

 p { color: rgb(160,82,94); }

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

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

 a { background-color: rgb(160,82,94); }

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

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

 span { border-color: rgb(160,82,94); }

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