#A69F96

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

Shades of Cloudy #A69F96

Tints of Cloudy #A69F96

Color information

#A69F96 (or 0xA69F96) is unknown color: approx Cloudy. HEX triplet: A6, 9F and 96. RGB value is (166,159,150). Sum of RGB (Red+Green+Blue) = 166+159+150=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F96 is #596069. Grayscale: #A0A0A0. Windows color (decimal): -5857386 or 9871270. OLE color: 9871270.

HSL color Cylindrical-coordinate representation of color #A69F96: hue angle of 33.75º degrees, saturation: 0.08, 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 #A69F96 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166159150-
CMYK00.040.100.35
HSL33.75º8.25%61.96%-
HSV(B)33.75º9.64%65.1%-
XYZ33.6335.1133.86-
YUV160.07122.32132.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=34.95%
G=33.47%
B=31.58%

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
Decimal16615915000.040.100.3533.758.2561.96
HexA69F9604A232283e
Octal246237226041243421076
Binary101001101001111110010110010010101000111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F96; }

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

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

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

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

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

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

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

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