#AAA69D

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

Shades of Cloudy #AAA69D

Tints of Cloudy #AAA69D

Color information

#AAA69D (or 0xAAA69D) is unknown color: approx Cloudy. HEX triplet: AA, A6 and 9D. RGB value is (170,166,157). Sum of RGB (Red+Green+Blue) = 170+166+157=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA69D is #555962. Grayscale: #A6A6A6. Windows color (decimal): -5593443 or 10331818. OLE color: 10331818.

HSL color Cylindrical-coordinate representation of color #AAA69D: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA69D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170166157-
CMYK00.020.080.33
HSL41.54º7.1%64.12%-
HSV(B)41.54º7.65%66.67%-
XYZ36.338.2537.37-
YUV166.17122.83130.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=34.48%
G=33.67%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016615700.020.080.3341.547.164.12
HexAAA69D028212a740
Octal252246235021041527100
Binary10101010101001101001110101010001000011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA69D; }

 p { color: rgb(170,166,157); }

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

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

 a { background-color: rgb(170,166,157); }

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

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

 span { border-color: rgb(170,166,157); }

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