#ADAC9A

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

Shades of Foggy Grey #ADAC9A

Tints of Foggy Grey #ADAC9A

Color information

#ADAC9A (or 0xADAC9A) is unknown color: approx Foggy Grey. HEX triplet: AD, AC and 9A. RGB value is (173,172,154). Sum of RGB (Red+Green+Blue) = 173+172+154=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC9A is #525365. Grayscale: #AAAAAA. Windows color (decimal): -5395302 or 10136749. OLE color: 10136749.

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

Color convert

RGB173172154-
CMYK00.010.110.32
HSL56.84º10.38%64.12%-
HSV(B)56.84º10.98%67.84%-
XYZ37.8240.7236.44-
YUV170.25118.83129.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=34.67%
G=34.47%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317215400.010.110.3256.8410.3864.12
HexADAC9A01B2039a40
Octal2552542320113407112100
Binary10101101101011001001101001101110000011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC9A; }

 p { color: rgb(173,172,154); }

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

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

 a { background-color: rgb(173,172,154); }

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

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

 span { border-color: rgb(173,172,154); }

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