#A3505C

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

Shades of Hippie Pink #A3505C

Tints of Hippie Pink #A3505C

Color information

#A3505C (or 0xA3505C) is unknown color: approx Hippie Pink. HEX triplet: A3, 50 and 5C. RGB value is (163,80,92). Sum of RGB (Red+Green+Blue) = 163+80+92=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3505C is #5CAFA3. Grayscale: #6A6A6A. Windows color (decimal): -6074276 or 6049955. OLE color: 6049955.

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

Color convert

RGB1638092-
CMYK00.510.440.36
HSL351.33º34.16%47.65%-
HSV(B)351.33º50.92%63.92%-
XYZ19.914.311.84-
YUV106.18120168.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=48.66%
G=23.88%
B=27.46%

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
Decimal163809200.510.440.36351.3334.1647.65
HexA3505C0332C2415f2230
Octal24312013406354445374260
Binary10100011101000010111000110011101100100100101011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3505C; }

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

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

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

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

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

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

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

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