#A0535C

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

Shades of Hippie Pink #A0535C

Tints of Hippie Pink #A0535C

Color information

#A0535C (or 0xA0535C) is unknown color: approx Hippie Pink. HEX triplet: A0, 53 and 5C. RGB value is (160,83,92). Sum of RGB (Red+Green+Blue) = 160+83+92=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0535C is #5FACA3. Grayscale: #6B6B6B. Windows color (decimal): -6270116 or 6050720. OLE color: 6050720.

HSL color Cylindrical-coordinate representation of color #A0535C: hue angle of 352.99º 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 #A0535C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1608392-
CMYK00.480.430.37
HSL352.99º31.69%47.65%-
HSV(B)352.99º48.12%62.75%-
XYZ19.5214.4311.88-
YUV107.05119.51165.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=47.76%
G=24.78%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160839200.480.430.37352.9931.6947.65
HexA0535C0302B251612030
Octal24012313406053455414060
Binary10100000101001110111000110000101011100101101100001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0535C; }

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

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

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

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

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

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

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

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