Html Css Color HEX #ADABA1 Foggy Grey

📋 copy color: '#ADABA1'

red 173 ◦ green 171 ◦ blue 161

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

Shades of Foggy Grey #ADABA1

Tints of Foggy Grey #ADABA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.88%

R = 34.26%
G = 33.86%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#ADABA1 (or 0xADABA1) is known color: Foggy Grey. HEX triplet: AD, AB and A1. RGB value is (173,171,161). Sum of RGB (Red+Green+Blue) = 173+171+161=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA1 is #52545E. Grayscale: #AAAAAA. Windows color (decimal): -5395551 or 10595245. OLE color: 10595245.

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

Color convert

RGB 173 171 161 -
CMYK 0 0.01 0.07 0.32
HSL 50º 0.07% 0.65% -
HSV(B) 50º 0.07% 0.68% -
XYZ 38.23 40.58 39.54 -
YUV 170.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 173 171 161 0 0.01 0.07 0.32 50 0.07 0.65
Hex AD AB A1 0 1 7 20 32 7 41
Octal 255 253 241 0 1 7 40 62 7 101
Binary 10101101 10101011 10100001 0 1 111 100000 110010 111 1000001

Color Harmonies of #ADABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABA1

Black with #ADABA1

Text Example


Text Example

White with #ADABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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