#A35859

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

Shades of Hippie Pink #A35859

Tints of Hippie Pink #A35859

Color information

#A35859 (or 0xA35859) is unknown color: approx Hippie Pink. HEX triplet: A3, 58 and 59. RGB value is (163,88,89). Sum of RGB (Red+Green+Blue) = 163+88+89=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A35859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35859 is #5CA7A6. Grayscale: #6E6E6E. Windows color (decimal): -6072231 or 5855395. OLE color: 5855395.

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

Color convert

RGB1638889-
CMYK00.460.450.36
HSL359.2º29.88%49.22%-
HSV(B)359.2º46.01%63.92%-
XYZ20.415.4911.37-
YUV110.54115.85165.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=47.94%
G=25.88%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163888900.460.450.36359.229.8849.22
HexA3585902E2D241671e31
Octal24313013105655445473661
Binary1010001110110001011001010111010110110010010110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35859; }

 p { color: rgb(163,88,89); }

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

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

 a { background-color: rgb(163,88,89); }

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

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

 span { border-color: rgb(163,88,89); }

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