Html Css Color HEX #ADA59C Cloudy

📋 copy color: '#ADA59C'

red 173 ◦ green 165 ◦ blue 156

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

Shades of Cloudy #ADA59C

Tints of Cloudy #ADA59C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 35.02%
G = 33.4%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADA59C (or 0xADA59C) is known color: Cloudy. HEX triplet: AD, A5 and 9C. RGB value is (173,165,156). Sum of RGB (Red+Green+Blue) = 173+165+156=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA59C is #525A63. Grayscale: #A6A6A6. Windows color (decimal): -5397092 or 10266029. OLE color: 10266029.

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

Color convert

RGB 173 165 156 -
CMYK 0 0.05 0.10 0.32
HSL 31.76º 0.09% 0.65% -
HSV(B) 31.76º 0.1% 0.68% -
XYZ 36.69 38.19 36.89 -
YUV 166.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 173 165 156 0 0.05 0.10 0.32 31.76 0.09 0.65
Hex AD A5 9C 0 5 A 20 20 9 41
Octal 255 245 234 0 5 12 40 40 11 101
Binary 10101101 10100101 10011100 0 101 1010 100000 100000 1001 1000001

Color Harmonies of #ADA59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA59C

Black with #ADA59C

Text Example


Text Example

White with #ADA59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA59C; }

 p { color: rgb(173,165,156); }

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

background-color css

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

 a { background-color: rgb(173,165,156); }

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

border-color css

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

 span { border-color: rgb(173,165,156); }

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