Html Css Color HEX #ADAC9F Foggy Grey

📋 copy color: '#ADAC9F'

red 173 ◦ green 172 ◦ blue 159

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

Shades of Foggy Grey #ADAC9F

Tints of Foggy Grey #ADAC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 34.33%
G = 34.13%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADAC9F (or 0xADAC9F) is known color: Foggy Grey. HEX triplet: AD, AC and 9F. RGB value is (173,172,159). Sum of RGB (Red+Green+Blue) = 173+172+159=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC9F is #525360. Grayscale: #AAAAAA. Windows color (decimal): -5395297 or 10464429. OLE color: 10464429.

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

Color convert

RGB 173 172 159 -
CMYK 0 0.01 0.08 0.32
HSL 55.71º 0.08% 0.65% -
HSV(B) 55.71º 0.08% 0.68% -
XYZ 38.24 40.89 38.68 -
YUV 170.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 173 172 159 0 0.01 0.08 0.32 55.71 0.08 0.65
Hex AD AC 9F 0 1 8 20 38 8 41
Octal 255 254 237 0 1 10 40 70 10 101
Binary 10101101 10101100 10011111 0 1 1000 100000 111000 1000 1000001

Color Harmonies of #ADAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC9F

Black with #ADAC9F

Text Example


Text Example

White with #ADAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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