#A7A09B

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

Shades of Cloudy #A7A09B

Tints of Cloudy #A7A09B

Color information

#A7A09B (or 0xA7A09B) is unknown color: approx Cloudy. HEX triplet: A7, A0 and 9B. RGB value is (167,160,155). Sum of RGB (Red+Green+Blue) = 167+160+155=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A09B is #585F64. Grayscale: #A1A1A1. Windows color (decimal): -5791589 or 10199207. OLE color: 10199207.

HSL color Cylindrical-coordinate representation of color #A7A09B: hue angle of 25º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7A09B is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167160155-
CMYK00.040.070.35
HSL25º6.38%63.14%-
HSV(B)25º7.19%65.49%-
XYZ34.4235.7236.09-
YUV161.52124.32131.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=34.65%
G=33.20%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716015500.040.070.35256.3863.14
HexA7A09B047231963f
Octal2472402330474331677
Binary101001111010000010011011010011110001111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A09B; }

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

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

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

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

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

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

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

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