Html Css Color HEX #ADAB9F Foggy Grey

📋 copy color: '#ADAB9F'

red 173 ◦ green 171 ◦ blue 159

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

Shades of Foggy Grey #ADAB9F

Tints of Foggy Grey #ADAB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

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

R = 34.39%
G = 34%
B = 31.61%

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

#ADAB9F (or 0xADAB9F) is known color: Foggy Grey. HEX triplet: AD, AB and 9F. RGB value is (173,171,159). Sum of RGB (Red+Green+Blue) = 173+171+159=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9F is #525460. Grayscale: #AAAAAA. Windows color (decimal): -5395553 or 10464173. OLE color: 10464173.

HSL color Cylindrical-coordinate representation of color #ADAB9F: hue angle of 51.43º 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 #ADAB9F is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 159 -
CMYK 0 0.01 0.08 0.32
HSL 51.43º 0.08% 0.65% -
HSV(B) 51.43º 0.08% 0.68% -
XYZ 38.05 40.51 38.62 -
YUV 170.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 173 171 159 0 0.01 0.08 0.32 51.43 0.08 0.65
Hex AD AB 9F 0 1 8 20 33 8 41
Octal 255 253 237 0 1 10 40 63 10 101
Binary 10101101 10101011 10011111 0 1 1000 100000 110011 1000 1000001

Color Harmonies of #ADAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB9F

Black with #ADAB9F

Text Example


Text Example

White with #ADAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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