#B3AEAE

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

Shades of Dark Gray #B3AEAE

Tints of Dark Gray #B3AEAE

Color information

#B3AEAE (or 0xB3AEAE) is unknown color: approx Dark Gray. HEX triplet: B3, AE and AE. RGB value is (179,174,174). Sum of RGB (Red+Green+Blue) = 179+174+174=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEAE is #4C5151. Grayscale: #AFAFAF. Windows color (decimal): -5001554 or 11447987. OLE color: 11447987.

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

Color convert

RGB179174174-
CMYK00.030.030.30
HSL3.18%69.22%-
HSV(B)2.79%70.2%-
XYZ41.3742.9146.15-
YUV175.5127.16130.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=33.97%
G=33.02%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917417400.030.030.3003.1869.22
HexB3AEAE0331E0345
Octal2632562560333603105
Binary10110011101011101010111001111111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEAE; }

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

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

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

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

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

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

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

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