Html Css Color HEX #ADA99E Cloudy

📋 copy color: '#ADA99E'

red 173 ◦ green 169 ◦ blue 158

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

Shades of Cloudy #ADA99E

Tints of Cloudy #ADA99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.6%

R = 34.6%
G = 33.8%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA99E (or 0xADA99E) is known color: Cloudy. HEX triplet: AD, A9 and 9E. RGB value is (173,169,158). Sum of RGB (Red+Green+Blue) = 173+169+158=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99E is #525661. Grayscale: #A8A8A8. Windows color (decimal): -5396066 or 10398125. OLE color: 10398125.

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

Color convert

RGB 173 169 158 -
CMYK 0 0.02 0.09 0.32
HSL 44º 0.08% 0.65% -
HSV(B) 44º 0.09% 0.68% -
XYZ 37.59 39.73 38.03 -
YUV 168.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 173 169 158 0 0.02 0.09 0.32 44 0.08 0.65
Hex AD A9 9E 0 2 9 20 2C 8 41
Octal 255 251 236 0 2 11 40 54 10 101
Binary 10101101 10101001 10011110 0 10 1001 100000 101100 1000 1000001

Color Harmonies of #ADA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA99E

Black with #ADA99E

Text Example


Text Example

White with #ADA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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