#ADA79B

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

Shades of Cloudy #ADA79B

Tints of Cloudy #ADA79B

Color information

#ADA79B (or 0xADA79B) is unknown color: approx Cloudy. HEX triplet: AD, A7 and 9B. RGB value is (173,167,155). Sum of RGB (Red+Green+Blue) = 173+167+155=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA79B is #525864. Grayscale: #A7A7A7. Windows color (decimal): -5396581 or 10201005. OLE color: 10201005.

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

Color convert

RGB173167155-
CMYK00.030.100.32
HSL40º9.89%64.31%-
HSV(B)40º10.4%67.84%-
XYZ36.9738.8936.57-
YUV167.43120.99131.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=34.95%
G=33.74%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316715500.030.100.32409.8964.31
HexADA79B03A2028a40
Octal2552472330312405012100
Binary101011011010011110011011011101010000010100010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA79B; }

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

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

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

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

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

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

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

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