#A3485D

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

Shades of Hippie Pink #A3485D

Tints of Hippie Pink #A3485D

Color information

#A3485D (or 0xA3485D) is unknown color: approx Hippie Pink. HEX triplet: A3, 48 and 5D. RGB value is (163,72,93). Sum of RGB (Red+Green+Blue) = 163+72+93=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3485D is #5CB7A2. Grayscale: #656565. Windows color (decimal): -6076323 or 6113443. OLE color: 6113443.

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

Color convert

RGB1637293-
CMYK00.560.430.36
HSL346.15º38.72%46.08%-
HSV(B)346.15º55.83%63.92%-
XYZ19.413.2111.88-
YUV101.6123.15171.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=49.70%
G=21.95%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163729300.560.430.36346.1538.7246.08
HexA3485D0382B2415a272e
Octal24311013507053445324756
Binary10100011100100010111010111000101011100100101011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3485D; }

 p { color: rgb(163,72,93); }

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

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

 a { background-color: rgb(163,72,93); }

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

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

 span { border-color: rgb(163,72,93); }

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