#A3475C

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

Shades of Hippie Pink #A3475C

Tints of Hippie Pink #A3475C

Color information

#A3475C (or 0xA3475C) is unknown color: approx Hippie Pink. HEX triplet: A3, 47 and 5C. RGB value is (163,71,92). Sum of RGB (Red+Green+Blue) = 163+71+92=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3475C is #5CB8A3. Grayscale: #646464. Windows color (decimal): -6076580 or 6047651. OLE color: 6047651.

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

Color convert

RGB1637192-
CMYK00.560.440.36
HSL346.3º39.32%45.88%-
HSV(B)346.3º56.44%63.92%-
XYZ19.2913.0711.63-
YUV100.9122.98172.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=50%
G=21.78%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163719200.560.440.36346.339.3245.88
HexA3475C0382C2415a272e
Octal24310713407054445324756
Binary10100011100011110111000111000101100100100101011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3475C; }

 p { color: rgb(163,71,92); }

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

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

 a { background-color: rgb(163,71,92); }

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

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

 span { border-color: rgb(163,71,92); }

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