Html Css Color HEX #ADA9A1 Cloudy

📋 copy color: '#ADA9A1'

red 173 ◦ green 169 ◦ blue 161

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

Shades of Cloudy #ADA9A1

Tints of Cloudy #ADA9A1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.6%

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

R = 34.39%
G = 33.6%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#ADA9A1 (or 0xADA9A1) is known color: Cloudy. HEX triplet: AD, A9 and A1. RGB value is (173,169,161). Sum of RGB (Red+Green+Blue) = 173+169+161=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A1 is #52565E. Grayscale: #A9A9A9. Windows color (decimal): -5396063 or 10594733. OLE color: 10594733.

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

Color convert

RGB 173 169 161 -
CMYK 0 0.02 0.07 0.32
HSL 40º 0.07% 0.65% -
HSV(B) 40º 0.07% 0.68% -
XYZ 37.85 39.83 39.41 -
YUV 169.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 173 169 161 0 0.02 0.07 0.32 40 0.07 0.65
Hex AD A9 A1 0 2 7 20 28 7 41
Octal 255 251 241 0 2 7 40 50 7 101
Binary 10101101 10101001 10100001 0 10 111 100000 101000 111 1000001

Color Harmonies of #ADA9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9A1

Black with #ADA9A1

Text Example


Text Example

White with #ADA9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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