#A0535E

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

Shades of Hippie Pink #A0535E

Tints of Hippie Pink #A0535E

Color information

#A0535E (or 0xA0535E) is unknown color: approx Hippie Pink. HEX triplet: A0, 53 and 5E. RGB value is (160,83,94). Sum of RGB (Red+Green+Blue) = 160+83+94=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0535E is #5FACA1. Grayscale: #6B6B6B. Windows color (decimal): -6270114 or 6181792. OLE color: 6181792.

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

Color convert

RGB1608394-
CMYK00.480.410.37
HSL351.43º31.69%47.65%-
HSV(B)351.43º48.12%62.75%-
XYZ19.6114.4712.35-
YUV107.28120.51165.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=47.48%
G=24.63%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160839400.480.410.37351.4331.6947.65
HexA0535E030292515f2030
Octal24012313606051455374060
Binary10100000101001110111100110000101001100101101011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0535E; }

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

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

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

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

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

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

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

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