#A8484F

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

Shades of Hippie Pink #A8484F

Tints of Hippie Pink #A8484F

Color information

#A8484F (or 0xA8484F) is unknown color: approx Hippie Pink. HEX triplet: A8, 48 and 4F. RGB value is (168,72,79). Sum of RGB (Red+Green+Blue) = 168+72+79=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8484F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8484F is #57B7B0. Grayscale: #656565. Windows color (decimal): -5748657 or 5195944. OLE color: 5195944.

HSL color Cylindrical-coordinate representation of color #A8484F: hue angle of 355.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8484F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB1687279-
CMYK00.570.530.34
HSL355.62º40%47.06%-
HSV(B)355.62º57.14%65.88%-
XYZ19.8813.528.96-
YUV101.5115.3175.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=52.66%
G=22.57%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168727900.570.530.34355.624047.06
HexA8484F0393522164282f
Octal25011011707165425445057
Binary10101000100100010011110111001110101100010101100100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8484F; }

 p { color: rgb(168,72,79); }

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

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

 a { background-color: rgb(168,72,79); }

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

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

 span { border-color: rgb(168,72,79); }

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