Html Css Color HEX #ADA69F Cloudy

📋 copy color: '#ADA69F'

red 173 ◦ green 166 ◦ blue 159

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

Shades of Cloudy #ADA69F

Tints of Cloudy #ADA69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 34.74%
G = 33.33%
B = 31.93%

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

#ADA69F (or 0xADA69F) is known color: Cloudy. HEX triplet: AD, A6 and 9F. RGB value is (173,166,159). Sum of RGB (Red+Green+Blue) = 173+166+159=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA69F is #525960. Grayscale: #A7A7A7. Windows color (decimal): -5396833 or 10462893. OLE color: 10462893.

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

Color convert

RGB 173 166 159 -
CMYK 0 0.04 0.08 0.32
HSL 30º 0.08% 0.65% -
HSV(B) 30º 0.08% 0.68% -
XYZ 37.13 38.66 38.31 -
YUV 167.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 173 166 159 0 0.04 0.08 0.32 30 0.08 0.65
Hex AD A6 9F 0 4 8 20 1E 8 41
Octal 255 246 237 0 4 10 40 36 10 101
Binary 10101101 10100110 10011111 0 100 1000 100000 11110 1000 1000001

Color Harmonies of #ADA69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA69F

Black with #ADA69F

Text Example


Text Example

White with #ADA69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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