Html Css Color HEX #ADA6A0 Cloudy

📋 copy color: '#ADA6A0'

red 173 ◦ green 166 ◦ blue 160

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

Shades of Cloudy #ADA6A0

Tints of Cloudy #ADA6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.27%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 34.67%
G = 33.27%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADA6A0 (or 0xADA6A0) is known color: Cloudy. HEX triplet: AD, A6 and A0. RGB value is (173,166,160). Sum of RGB (Red+Green+Blue) = 173+166+160=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6A0 is #52595F. Grayscale: #A7A7A7. Windows color (decimal): -5396832 or 10528429. OLE color: 10528429.

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

Color convert

RGB 173 166 160 -
CMYK 0 0.04 0.08 0.32
HSL 27.69º 0.07% 0.65% -
HSV(B) 27.69º 0.08% 0.68% -
XYZ 37.21 38.69 38.77 -
YUV 167.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 173 166 160 0 0.04 0.08 0.32 27.69 0.07 0.65
Hex AD A6 A0 0 4 8 20 1C 7 41
Octal 255 246 240 0 4 10 40 34 7 101
Binary 10101101 10100110 10100000 0 100 1000 100000 11100 111 1000001

Color Harmonies of #ADA6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6A0

Black with #ADA6A0

Text Example


Text Example

White with #ADA6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6A0; }

 p { color: rgb(173,166,160); }

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

background-color css

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

 a { background-color: rgb(173,166,160); }

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

border-color css

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

 span { border-color: rgb(173,166,160); }

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