#A35562

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

Shades of Hippie Pink #A35562

Tints of Hippie Pink #A35562

Color information

#A35562 (or 0xA35562) is unknown color: approx Hippie Pink. HEX triplet: A3, 55 and 62. RGB value is (163,85,98). Sum of RGB (Red+Green+Blue) = 163+85+98=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A35562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35562 is #5CAA9D. Grayscale: #6D6D6D. Windows color (decimal): -6072990 or 6444451. OLE color: 6444451.

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

Color convert

RGB1638598-
CMYK00.480.400.36
HSL350º31.45%48.63%-
HSV(B)350º47.85%63.92%-
XYZ20.5615.1713.4-
YUV109.8121.34165.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=47.11%
G=24.57%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163859800.480.400.3635031.4548.63
HexA35562030282415e1f31
Octal24312514206050445363761
Binary1010001110101011100010011000010100010010010101111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35562; }

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

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

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

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

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

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

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

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