Html Css Color HEX #ADA69E Cloudy

📋 copy color: '#ADA69E'

red 173 ◦ green 166 ◦ blue 158

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

Shades of Cloudy #ADA69E

Tints of Cloudy #ADA69E

RGB

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

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

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

R = 34.81%
G = 33.4%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA69E (or 0xADA69E) is known color: Cloudy. HEX triplet: AD, A6 and 9E. RGB value is (173,166,158). Sum of RGB (Red+Green+Blue) = 173+166+158=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA69E is #525961. Grayscale: #A7A7A7. Windows color (decimal): -5396834 or 10397357. OLE color: 10397357.

HSL color Cylindrical-coordinate representation of color #ADA69E: hue angle of 32º 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 #ADA69E is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 158 -
CMYK 0 0.04 0.09 0.32
HSL 32º 0.08% 0.65% -
HSV(B) 32º 0.09% 0.68% -
XYZ 37.04 38.63 37.85 -
YUV 167.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 173 166 158 0 0.04 0.09 0.32 32 0.08 0.65
Hex AD A6 9E 0 4 9 20 20 8 41
Octal 255 246 236 0 4 11 40 40 10 101
Binary 10101101 10100110 10011110 0 100 1001 100000 100000 1000 1000001

Color Harmonies of #ADA69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA69E

Black with #ADA69E

Text Example


Text Example

White with #ADA69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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