#A8494B

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

Shades of Hippie Pink #A8494B

Tints of Hippie Pink #A8494B

Color information

#A8494B (or 0xA8494B) is unknown color: approx Hippie Pink. HEX triplet: A8, 49 and 4B. RGB value is (168,73,75). Sum of RGB (Red+Green+Blue) = 168+73+75=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8494B is #57B6B4. Grayscale: #656565. Windows color (decimal): -5748405 or 4934056. OLE color: 4934056.

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

Color convert

RGB1687375-
CMYK00.570.550.34
HSL358.74º39.42%47.25%-
HSV(B)358.74º56.55%65.88%-
XYZ19.813.68.24-
YUV101.63112.97175.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=53.16%
G=23.10%
B=23.73%

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
Decimal168737500.570.550.34358.7439.4247.25
HexA8494B0393722167272f
Octal25011111307167425474757
Binary10101000100100110010110111001110111100010101100111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8494B; }

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

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

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

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

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

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

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

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