#A8505F

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

Shades of Hippie Pink #A8505F

Tints of Hippie Pink #A8505F

Color information

#A8505F (or 0xA8505F) is unknown color: approx Hippie Pink. HEX triplet: A8, 50 and 5F. RGB value is (168,80,95). Sum of RGB (Red+Green+Blue) = 168+80+95=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8505F is #57AFA0. Grayscale: #6C6C6C. Windows color (decimal): -5746593 or 6246568. OLE color: 6246568.

HSL color Cylindrical-coordinate representation of color #A8505F: hue angle of 349.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8505F is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1688095-
CMYK00.520.430.34
HSL349.77º35.48%48.63%-
HSV(B)349.77º52.38%65.88%-
XYZ21.0814.8912.59-
YUV108.02120.65170.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=48.98%
G=23.32%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168809500.520.430.34349.7735.4848.63
HexA8505F0342B2215e2331
Octal25012013706453425364361
Binary10101000101000010111110110100101011100010101011110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8505F; }

 p { color: rgb(168,80,95); }

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

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

 a { background-color: rgb(168,80,95); }

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

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

 span { border-color: rgb(168,80,95); }

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