#ADA59B

Color #ADA59B Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #ADA59B

Tints of Cloudy #ADA59B

Color information

#ADA59B (or 0xADA59B) is unknown color: approx Cloudy. HEX triplet: AD, A5 and 9B. RGB value is (173,165,155). Sum of RGB (Red+Green+Blue) = 173+165+155=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA59B is #525A64. Grayscale: #A6A6A6. Windows color (decimal): -5397093 or 10200493. OLE color: 10200493.

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

Color convert

RGB173165155-
CMYK00.050.100.32
HSL33.33º9.89%64.31%-
HSV(B)33.33º10.4%67.84%-
XYZ36.6138.1636.45-
YUV166.25121.65132.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=35.09%
G=33.47%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316515500.050.100.3233.339.8964.31
HexADA59B05A2021a40
Octal2552452330512404112100
Binary1010110110100101100110110101101010000010000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA59B; }

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

 H1.HeaderClassName
 {
   color: #ADA59B;
 }
 .AnyTagClassName
 {
   color: #ADA59B;
 }
</style>
background-color css

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

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

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

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

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

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