#A7A096

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

Shades of Cloudy #A7A096

Tints of Cloudy #A7A096

Color information

#A7A096 (or 0xA7A096) is unknown color: approx Cloudy. HEX triplet: A7, A0 and 96. RGB value is (167,160,150). Sum of RGB (Red+Green+Blue) = 167+160+150=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A096 is #585F69. Grayscale: #A1A1A1. Windows color (decimal): -5791594 or 9871527. OLE color: 9871527.

HSL color Cylindrical-coordinate representation of color #A7A096: hue angle of 35.29º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7A096 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167160150-
CMYK00.040.100.35
HSL35.29º8.81%62.16%-
HSV(B)35.29º10.18%65.49%-
XYZ34.0135.5633.93-
YUV160.95121.82132.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=35.01%
G=33.54%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716015000.040.100.3535.298.8162.16
HexA7A09604A232393e
Octal247240226041243431176
Binary101001111010000010010110010010101000111000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A096; }

 p { color: rgb(167,160,150); }

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

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

 a { background-color: rgb(167,160,150); }

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

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

 span { border-color: rgb(167,160,150); }

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