#A35559

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

Shades of Hippie Pink #A35559

Tints of Hippie Pink #A35559

Color information

#A35559 (or 0xA35559) is unknown color: approx Hippie Pink. HEX triplet: A3, 55 and 59. RGB value is (163,85,89). Sum of RGB (Red+Green+Blue) = 163+85+89=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A35559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35559 is #5CAAA6. Grayscale: #6C6C6C. Windows color (decimal): -6072999 or 5854627. OLE color: 5854627.

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

Color convert

RGB1638589-
CMYK00.480.450.36
HSL356.92º31.45%48.63%-
HSV(B)356.92º47.85%63.92%-
XYZ20.161511.29-
YUV108.78116.84166.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=48.37%
G=25.22%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163858900.480.450.36356.9231.4548.63
HexA355590302D241651f31
Octal24312513106055445453761
Binary1010001110101011011001011000010110110010010110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35559; }

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

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

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

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

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

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

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

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