#A35961

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

Shades of Hippie Pink #A35961

Tints of Hippie Pink #A35961

Color information

#A35961 (or 0xA35961) is unknown color: approx Hippie Pink. HEX triplet: A3, 59 and 61. RGB value is (163,89,97). Sum of RGB (Red+Green+Blue) = 163+89+97=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A35961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35961 is #5CA69E. Grayscale: #707070. Windows color (decimal): -6071967 or 6379939. OLE color: 6379939.

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

Color convert

RGB1638997-
CMYK00.450.400.36
HSL353.51º29.37%49.41%-
HSV(B)353.51º45.4%63.92%-
XYZ20.8315.7913.26-
YUV112.04119.52164.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=46.70%
G=25.50%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163899700.450.400.36353.5129.3749.41
HexA3596102D28241621d31
Octal24313114105550445423561
Binary1010001110110011100001010110110100010010010110001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35961; }

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

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

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

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

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

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

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

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