#ADABA1

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

Shades of Foggy Grey #ADABA1

Tints of Foggy Grey #ADABA1

Color information

#ADABA1 (or 0xADABA1) is unknown color: approx Foggy Grey. HEX triplet: AD, AB and A1. RGB value is (173,171,161). Sum of RGB (Red+Green+Blue) = 173+171+161=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA1 is #52545E. Grayscale: #AAAAAA. Windows color (decimal): -5395551 or 10595245. OLE color: 10595245.

HSL color Cylindrical-coordinate representation of color #ADABA1: hue angle of 50º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADABA1 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB173171161-
CMYK00.010.070.32
HSL50º6.82%65.49%-
HSV(B)50º6.94%67.84%-
XYZ38.2340.5839.54-
YUV170.46122.66129.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=34.26%
G=33.86%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317116100.010.070.32506.8265.49
HexADABA10172032741
Octal25525324101740627101
Binary101011011010101110100001011111000001100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABA1; }

 p { color: rgb(173,171,161); }

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

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

 a { background-color: rgb(173,171,161); }

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

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

 span { border-color: rgb(173,171,161); }

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