Html Css Color HEX #ADA9A3 Cloudy

📋 copy color: '#ADA9A3'

red 173 ◦ green 169 ◦ blue 163

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

Shades of Cloudy #ADA9A3

Tints of Cloudy #ADA9A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.28%

R = 34.26%
G = 33.47%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#ADA9A3 (or 0xADA9A3) is known color: Cloudy. HEX triplet: AD, A9 and A3. RGB value is (173,169,163). Sum of RGB (Red+Green+Blue) = 173+169+163=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A3 is #52565C. Grayscale: #A9A9A9. Windows color (decimal): -5396061 or 10725805. OLE color: 10725805.

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

Color convert

RGB 173 169 163 -
CMYK 0 0.02 0.06 0.32
HSL 36º 0.06% 0.66% -
HSV(B) 36º 0.06% 0.68% -
XYZ 38.03 39.9 40.35 -
YUV 169.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 173 169 163 0 0.02 0.06 0.32 36 0.06 0.66
Hex AD A9 A3 0 2 6 20 24 6 42
Octal 255 251 243 0 2 6 40 44 6 102
Binary 10101101 10101001 10100011 0 10 110 100000 100100 110 1000010

Color Harmonies of #ADA9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9A3

Black with #ADA9A3

Text Example


Text Example

White with #ADA9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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