Html Css Color HEX #ADA69A Cloudy

📋 copy color: '#ADA69A'

red 173 ◦ green 166 ◦ blue 154

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

Shades of Cloudy #ADA69A

Tints of Cloudy #ADA69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 35.09%
G = 33.67%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#ADA69A (or 0xADA69A) is known color: Cloudy. HEX triplet: AD, A6 and 9A. RGB value is (173,166,154). Sum of RGB (Red+Green+Blue) = 173+166+154=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA69A is #525965. Grayscale: #A6A6A6. Windows color (decimal): -5396838 or 10135213. OLE color: 10135213.

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

Color convert

RGB 173 166 154 -
CMYK 0 0.04 0.11 0.32
HSL 37.89º 0.1% 0.64% -
HSV(B) 37.89º 0.11% 0.68% -
XYZ 36.7 38.49 36.07 -
YUV 166.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 173 166 154 0 0.04 0.11 0.32 37.89 0.1 0.64
Hex AD A6 9A 0 4 B 20 26 A 40
Octal 255 246 232 0 4 13 40 46 12 100
Binary 10101101 10100110 10011010 0 100 1011 100000 100110 1010 1000000

Color Harmonies of #ADA69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA69A

Black with #ADA69A

Text Example


Text Example

White with #ADA69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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