Html Css Color HEX #ADA196 Cloudy

📋 copy color: '#ADA196'

red 173 ◦ green 161 ◦ blue 150

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

Shades of Cloudy #ADA196

Tints of Cloudy #ADA196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 35.74%
G = 33.26%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADA196 (or 0xADA196) is known color: Cloudy. HEX triplet: AD, A1 and 96. RGB value is (173,161,150). Sum of RGB (Red+Green+Blue) = 173+161+150=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA196 is #525E69. Grayscale: #A3A3A3. Windows color (decimal): -5398122 or 9871789. OLE color: 9871789.

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

Color convert

RGB 173 161 150 -
CMYK 0 0.07 0.13 0.32
HSL 28.7º 0.12% 0.63% -
HSV(B) 28.7º 0.13% 0.68% -
XYZ 35.48 36.58 34.04 -
YUV 163.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 173 161 150 0 0.07 0.13 0.32 28.7 0.12 0.63
Hex AD A1 96 0 7 D 20 1D C 3F
Octal 255 241 226 0 7 15 40 35 14 77
Binary 10101101 10100001 10010110 0 111 1101 100000 11101 1100 111111

Color Harmonies of #ADA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA196

Black with #ADA196

Text Example


Text Example

White with #ADA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA196; }

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

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

background-color css

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

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

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

border-color css

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

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

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