#A3505E

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

Shades of Hippie Pink #A3505E

Tints of Hippie Pink #A3505E

Color information

#A3505E (or 0xA3505E) is unknown color: approx Hippie Pink. HEX triplet: A3, 50 and 5E. RGB value is (163,80,94). Sum of RGB (Red+Green+Blue) = 163+80+94=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3505E is #5CAFA1. Grayscale: #6A6A6A. Windows color (decimal): -6074274 or 6181027. OLE color: 6181027.

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

Color convert

RGB1638094-
CMYK00.510.420.36
HSL349.88º34.16%47.65%-
HSV(B)349.88º50.92%63.92%-
XYZ19.9914.3312.3-
YUV106.41121168.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=48.37%
G=23.74%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163809400.510.420.36349.8834.1647.65
HexA3505E0332A2415e2230
Octal24312013606352445364260
Binary10100011101000010111100110011101010100100101011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3505E; }

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

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

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

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

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

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

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

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