Html Css Color HEX #ADA9A5 Cloudy

📋 copy color: '#ADA9A5'

red 173 ◦ green 169 ◦ blue 165

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

Shades of Cloudy #ADA9A5

Tints of Cloudy #ADA9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 34.12%
G = 33.33%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ADA9A5 (or 0xADA9A5) is known color: Cloudy. HEX triplet: AD, A9 and A5. RGB value is (173,169,165). Sum of RGB (Red+Green+Blue) = 173+169+165=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A5 is #52565A. Grayscale: #A9A9A9. Windows color (decimal): -5396059 or 10856877. OLE color: 10856877.

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

Color convert

RGB 173 169 165 -
CMYK 0 0.02 0.05 0.32
HSL 30º 0.05% 0.66% -
HSV(B) 30º 0.05% 0.68% -
XYZ 38.21 39.98 41.3 -
YUV 169.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 173 169 165 0 0.02 0.05 0.32 30 0.05 0.66
Hex AD A9 A5 0 2 5 20 1E 5 42
Octal 255 251 245 0 2 5 40 36 5 102
Binary 10101101 10101001 10100101 0 10 101 100000 11110 101 1000010

Color Harmonies of #ADA9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9A5

Black with #ADA9A5

Text Example


Text Example

White with #ADA9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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