#A3505B

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

Shades of Hippie Pink #A3505B

Tints of Hippie Pink #A3505B

Color information

#A3505B (or 0xA3505B) is unknown color: approx Hippie Pink. HEX triplet: A3, 50 and 5B. RGB value is (163,80,91). Sum of RGB (Red+Green+Blue) = 163+80+91=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A3505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3505B is #5CAFA4. Grayscale: #6A6A6A. Windows color (decimal): -6074277 or 5984419. OLE color: 5984419.

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

Color convert

RGB1638091-
CMYK00.510.440.36
HSL352.05º34.16%47.65%-
HSV(B)352.05º50.92%63.92%-
XYZ19.8614.2811.61-
YUV106.07119.5168.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=48.80%
G=23.95%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163809100.510.440.36352.0534.1647.65
HexA3505B0332C241602230
Octal24312013306354445404260
Binary10100011101000010110110110011101100100100101100000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3505B; }

 p { color: rgb(163,80,91); }

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

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

 a { background-color: rgb(163,80,91); }

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

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

 span { border-color: rgb(163,80,91); }

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