Html Css Color HEX #ADAC9C Foggy Grey

📋 copy color: '#ADAC9C'

red 173 ◦ green 172 ◦ blue 156

#ADAC9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foggy Grey #ADAC9C

Tints of Foggy Grey #ADAC9C

RGB

 RED value IS 173 (67.97% from 255) = 34.53%

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 34.53%
G = 34.33%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADAC9C (or 0xADAC9C) is known color: Foggy Grey. HEX triplet: AD, AC and 9C. RGB value is (173,172,156). Sum of RGB (Red+Green+Blue) = 173+172+156=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC9C is #525363. Grayscale: #AAAAAA. Windows color (decimal): -5395300 or 10267821. OLE color: 10267821.

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

Color convert

RGB 173 172 156 -
CMYK 0 0.01 0.10 0.32
HSL 56.47º 0.09% 0.65% -
HSV(B) 56.47º 0.1% 0.68% -
XYZ 37.99 40.79 37.32 -
YUV 170.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 173 172 156 0 0.01 0.10 0.32 56.47 0.09 0.65
Hex AD AC 9C 0 1 A 20 38 9 41
Octal 255 254 234 0 1 12 40 70 11 101
Binary 10101101 10101100 10011100 0 1 1010 100000 111000 1001 1000001

Color Harmonies of #ADAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC9C

Black with #ADAC9C

Text Example


Text Example

White with #ADAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC9C; }

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

 H1.HeaderClassName
 {
   color: #ADAC9C;
 }
 .AnyTagClassName
 {
   color: #ADAC9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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