#A8484A

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

Shades of Hippie Pink #A8484A

Tints of Hippie Pink #A8484A

Color information

#A8484A (or 0xA8484A) is unknown color: approx Hippie Pink. HEX triplet: A8, 48 and 4A. RGB value is (168,72,74). Sum of RGB (Red+Green+Blue) = 168+72+74=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8484A is #57B7B5. Grayscale: #656565. Windows color (decimal): -5748662 or 4868264. OLE color: 4868264.

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

Color convert

RGB1687274-
CMYK00.570.560.34
HSL358.75º40%47.06%-
HSV(B)358.75º57.14%65.88%-
XYZ19.713.458.04-
YUV100.93112.8175.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.50%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=53.50%
G=22.93%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168727400.570.560.34358.754047.06
HexA8484A0393822167282f
Octal25011011207170425475057
Binary10101000100100010010100111001111000100010101100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8484A; }

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

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

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

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

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

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

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

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