Html Css Color HEX #ADAB9B Foggy Grey

📋 copy color: '#ADAB9B'

red 173 ◦ green 171 ◦ blue 155

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

Shades of Foggy Grey #ADAB9B

Tints of Foggy Grey #ADAB9B

RGB

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

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

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

R = 34.67%
G = 34.27%
B = 31.06%

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

#ADAB9B (or 0xADAB9B) is known color: Foggy Grey. HEX triplet: AD, AB and 9B. RGB value is (173,171,155). Sum of RGB (Red+Green+Blue) = 173+171+155=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9B is #525464. Grayscale: #A9A9A9. Windows color (decimal): -5395557 or 10202029. OLE color: 10202029.

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

Color convert

RGB 173 171 155 -
CMYK 0 0.01 0.10 0.32
HSL 53.33º 0.1% 0.64% -
HSV(B) 53.33º 0.1% 0.68% -
XYZ 37.71 40.38 36.82 -
YUV 169.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 173 171 155 0 0.01 0.10 0.32 53.33 0.1 0.64
Hex AD AB 9B 0 1 A 20 35 A 40
Octal 255 253 233 0 1 12 40 65 12 100
Binary 10101101 10101011 10011011 0 1 1010 100000 110101 1010 1000000

Color Harmonies of #ADAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB9B

Black with #ADAB9B

Text Example


Text Example

White with #ADAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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