#ADA59D

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

Shades of Cloudy #ADA59D

Tints of Cloudy #ADA59D

Color information

#ADA59D (or 0xADA59D) is unknown color: approx Cloudy. HEX triplet: AD, A5 and 9D. RGB value is (173,165,157). Sum of RGB (Red+Green+Blue) = 173+165+157=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA59D is #525A62. Grayscale: #A6A6A6. Windows color (decimal): -5397091 or 10331565. OLE color: 10331565.

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

Color convert

RGB173165157-
CMYK00.050.090.32
HSL30º8.89%64.71%-
HSV(B)30º9.25%67.84%-
XYZ36.7738.2337.34-
YUV166.48122.65132.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=34.95%
G=33.33%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316515700.050.090.32308.8964.71
HexADA59D059201e941
Octal2552452350511403611101
Binary101011011010010110011101010110011000001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA59D; }

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

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

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

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

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

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

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

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