#A69F97

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

Shades of Cloudy #A69F97

Tints of Cloudy #A69F97

Color information

#A69F97 (or 0xA69F97) is unknown color: approx Cloudy. HEX triplet: A6, 9F and 97. RGB value is (166,159,151). Sum of RGB (Red+Green+Blue) = 166+159+151=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F97 is #596068. Grayscale: #A0A0A0. Windows color (decimal): -5857385 or 9936806. OLE color: 9936806.

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

Color convert

RGB166159151-
CMYK00.040.090.35
HSL32º7.77%62.16%-
HSV(B)32º9.04%65.1%-
XYZ33.7135.1434.28-
YUV160.18122.82132.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=34.87%
G=33.40%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615915100.040.090.35327.7762.16
HexA69F97049232083e
Octal246237227041143401076
Binary101001101001111110010111010010011000111000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F97; }

 p { color: rgb(166,159,151); }

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

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

 a { background-color: rgb(166,159,151); }

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

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

 span { border-color: rgb(166,159,151); }

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