Html Css Color HEX #ADA699 Cloudy

📋 copy color: '#ADA699'

red 173 ◦ green 166 ◦ blue 153

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

Shades of Cloudy #ADA699

Tints of Cloudy #ADA699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 35.16%
G = 33.74%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA699 (or 0xADA699) is known color: Cloudy. HEX triplet: AD, A6 and 99. RGB value is (173,166,153). Sum of RGB (Red+Green+Blue) = 173+166+153=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA699 is #525966. Grayscale: #A6A6A6. Windows color (decimal): -5396839 or 10069677. OLE color: 10069677.

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

Color convert

RGB 173 166 153 -
CMYK 0 0.04 0.12 0.32
HSL 39º 0.11% 0.64% -
HSV(B) 39º 0.12% 0.68% -
XYZ 36.62 38.46 35.63 -
YUV 166.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 173 166 153 0 0.04 0.12 0.32 39 0.11 0.64
Hex AD A6 99 0 4 C 20 27 B 40
Octal 255 246 231 0 4 14 40 47 13 100
Binary 10101101 10100110 10011001 0 100 1100 100000 100111 1011 1000000

Color Harmonies of #ADA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA699

Black with #ADA699

Text Example


Text Example

White with #ADA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA699; }

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

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

background-color css

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

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

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

border-color css

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

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

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