Html Css Color HEX #ADAC9B Foggy Grey

📋 copy color: '#ADAC9B'

red 173 ◦ green 172 ◦ blue 155

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

Shades of Foggy Grey #ADAC9B

Tints of Foggy Grey #ADAC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31%

R = 34.6%
G = 34.4%
B = 31%

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

#ADAC9B (or 0xADAC9B) is known color: Foggy Grey. HEX triplet: AD, AC and 9B. RGB value is (173,172,155). Sum of RGB (Red+Green+Blue) = 173+172+155=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC9B is #525364. Grayscale: #AAAAAA. Windows color (decimal): -5395301 or 10202285. OLE color: 10202285.

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

Color convert

RGB 173 172 155 -
CMYK 0 0.01 0.10 0.32
HSL 56.67º 0.1% 0.64% -
HSV(B) 56.67º 0.1% 0.68% -
XYZ 37.9 40.76 36.88 -
YUV 170.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 173 172 155 0 0.01 0.10 0.32 56.67 0.1 0.64
Hex AD AC 9B 0 1 A 20 39 A 40
Octal 255 254 233 0 1 12 40 71 12 100
Binary 10101101 10101100 10011011 0 1 1010 100000 111001 1010 1000000

Color Harmonies of #ADAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC9B

Black with #ADAC9B

Text Example


Text Example

White with #ADAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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