Html Css Color HEX #ADA59E Cloudy

📋 copy color: '#ADA59E'

red 173 ◦ green 165 ◦ blue 158

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

Shades of Cloudy #ADA59E

Tints of Cloudy #ADA59E

RGB

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

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

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

R = 34.88%
G = 33.27%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA59E (or 0xADA59E) is known color: Cloudy. HEX triplet: AD, A5 and 9E. RGB value is (173,165,158). Sum of RGB (Red+Green+Blue) = 173+165+158=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA59E is #525A61. Grayscale: #A6A6A6. Windows color (decimal): -5397090 or 10397101. OLE color: 10397101.

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

Color convert

RGB 173 165 158 -
CMYK 0 0.05 0.09 0.32
HSL 28º 0.08% 0.65% -
HSV(B) 28º 0.09% 0.68% -
XYZ 36.86 38.26 37.79 -
YUV 166.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 173 165 158 0 0.05 0.09 0.32 28 0.08 0.65
Hex AD A5 9E 0 5 9 20 1C 8 41
Octal 255 245 236 0 5 11 40 34 10 101
Binary 10101101 10100101 10011110 0 101 1001 100000 11100 1000 1000001

Color Harmonies of #ADA59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA59E

Black with #ADA59E

Text Example


Text Example

White with #ADA59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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