#A8484B

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

Shades of Hippie Pink #A8484B

Tints of Hippie Pink #A8484B

Color information

#A8484B (or 0xA8484B) is unknown color: approx Hippie Pink. HEX triplet: A8, 48 and 4B. RGB value is (168,72,75). Sum of RGB (Red+Green+Blue) = 168+72+75=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8484B is #57B7B4. Grayscale: #656565. Windows color (decimal): -5748661 or 4933800. OLE color: 4933800.

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

Color convert

RGB1687275-
CMYK00.570.550.34
HSL358.12º40%47.06%-
HSV(B)358.12º57.14%65.88%-
XYZ19.7413.478.22-
YUV101.05113.3175.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=53.33%
G=22.86%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168727500.570.550.34358.124047.06
HexA8484B0393722166282f
Octal25011011307167425465057
Binary10101000100100010010110111001110111100010101100110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8484B; }

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

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

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

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

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

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

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

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