#AFA69D

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

Shades of Cloudy #AFA69D

Tints of Cloudy #AFA69D

Color information

#AFA69D (or 0xAFA69D) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 9D. RGB value is (175,166,157). Sum of RGB (Red+Green+Blue) = 175+166+157=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA69D is #505962. Grayscale: #A7A7A7. Windows color (decimal): -5265763 or 10331823. OLE color: 10331823.

HSL color Cylindrical-coordinate representation of color #AFA69D: hue angle of 30º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFA69D is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175166157-
CMYK00.050.100.31
HSL30º10.11%65.1%-
HSV(B)30º10.29%68.63%-
XYZ37.438.8237.42-
YUV167.66121.98133.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=35.14%
G=33.33%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516615700.050.100.313010.1165.1
HexAFA69D05A1F1ea41
Octal2572462350512373612101
Binary10101111101001101001110101011010111111111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA69D; }

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

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

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

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

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

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

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

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