#A35163

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

Shades of Hippie Pink #A35163

Tints of Hippie Pink #A35163

Color information

#A35163 (or 0xA35163) is unknown color: approx Hippie Pink. HEX triplet: A3, 51 and 63. RGB value is (163,81,99). Sum of RGB (Red+Green+Blue) = 163+81+99=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A35163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35163 is #5CAE9C. Grayscale: #6B6B6B. Windows color (decimal): -6074013 or 6508963. OLE color: 6508963.

HSL color Cylindrical-coordinate representation of color #A35163: hue angle of 346.83º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35163 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1638199-
CMYK00.500.390.36
HSL346.83º33.61%47.84%-
HSV(B)346.83º50.31%63.92%-
XYZ20.314.5713.55-
YUV107.57123.17167.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=47.52%
G=23.62%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163819900.500.390.36346.8333.6147.84
HexA35163032272415b2230
Octal24312114306247445334260
Binary10100011101000111000110110010100111100100101011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35163; }

 p { color: rgb(163,81,99); }

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

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

 a { background-color: rgb(163,81,99); }

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

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

 span { border-color: rgb(163,81,99); }

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