#AFA89B

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

Shades of Cloudy #AFA89B

Tints of Cloudy #AFA89B

Color information

#AFA89B (or 0xAFA89B) is unknown color: approx Cloudy. HEX triplet: AF, A8 and 9B. RGB value is (175,168,155). Sum of RGB (Red+Green+Blue) = 175+168+155=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89B is #505764. Grayscale: #A8A8A8. Windows color (decimal): -5265253 or 10201263. OLE color: 10201263.

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

Color convert

RGB175168155-
CMYK00.040.110.31
HSL39º11.11%64.71%-
HSV(B)39º11.43%68.63%-
XYZ37.639.4936.65-
YUV168.61120.32132.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=35.14%
G=33.73%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516815500.040.110.313911.1164.71
HexAFA89B04B1F27b41
Octal2572502330413374713101
Binary101011111010100010011011010010111111110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA89B; }

 p { color: rgb(175,168,155); }

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

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

 a { background-color: rgb(175,168,155); }

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

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

 span { border-color: rgb(175,168,155); }

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