#B3ACAA

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

Shades of Martini #B3ACAA

Tints of Martini #B3ACAA

Color information

#B3ACAA (or 0xB3ACAA) is unknown color: approx Martini. HEX triplet: B3, AC and AA. RGB value is (179,172,170). Sum of RGB (Red+Green+Blue) = 179+172+170=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACAA is #4C5355. Grayscale: #ADADAD. Windows color (decimal): -5002070 or 11185331. OLE color: 11185331.

HSL color Cylindrical-coordinate representation of color #B3ACAA: hue angle of 13.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3ACAA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB179172170-
CMYK00.040.050.30
HSL13.33º5.59%68.43%-
HSV(B)13.33º5.03%70.2%-
XYZ40.641.9944-
YUV173.86125.82131.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=34.36%
G=33.01%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917217000.040.050.3013.335.5968.43
HexB3ACAA0451Ed644
Octal26325425204536156104
Binary10110011101011001010101001001011111011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACAA; }

 p { color: rgb(179,172,170); }

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

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

 a { background-color: rgb(179,172,170); }

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

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

 span { border-color: rgb(179,172,170); }

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