#A3495B

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

Shades of Hippie Pink #A3495B

Tints of Hippie Pink #A3495B

Color information

#A3495B (or 0xA3495B) is unknown color: approx Hippie Pink. HEX triplet: A3, 49 and 5B. RGB value is (163,73,91). Sum of RGB (Red+Green+Blue) = 163+73+91=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3495B is #5CB6A4. Grayscale: #656565. Windows color (decimal): -6076069 or 5982627. OLE color: 5982627.

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

Color convert

RGB1637391-
CMYK00.550.440.36
HSL348º38.14%46.27%-
HSV(B)348º55.21%63.92%-
XYZ19.3813.3111.44-
YUV101.96121.82171.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=49.85%
G=22.32%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163739100.550.440.3634838.1446.27
HexA3495B0372C2415c262e
Octal24311113306754445344656
Binary10100011100100110110110110111101100100100101011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3495B; }

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

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

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

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

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

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

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

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