#B3AEAA

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

Shades of Silk #B3AEAA

Tints of Silk #B3AEAA

Color information

#B3AEAA (or 0xB3AEAA) is unknown color: approx Silk. HEX triplet: B3, AE and AA. RGB value is (179,174,170). Sum of RGB (Red+Green+Blue) = 179+174+170=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEAA is #4C5155. Grayscale: #AFAFAF. Windows color (decimal): -5001558 or 11185843. OLE color: 11185843.

HSL color Cylindrical-coordinate representation of color #B3AEAA: hue angle of 26.67º 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 #B3AEAA is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB179174170-
CMYK00.030.050.30
HSL26.67º5.59%68.43%-
HSV(B)26.67º5.03%70.2%-
XYZ40.9842.7644.12-
YUV175.04125.16130.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=34.23%
G=33.27%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917417000.030.050.3026.675.5968.43
HexB3AEAA0351E1b644
Octal26325625203536336104
Binary10110011101011101010101001110111110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEAA; }

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

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

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

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

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

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

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

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