#AFA49B

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

Shades of Cloudy #AFA49B

Tints of Cloudy #AFA49B

Color information

#AFA49B (or 0xAFA49B) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 9B. RGB value is (175,164,155). Sum of RGB (Red+Green+Blue) = 175+164+155=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49B is #505B64. Grayscale: #A6A6A6. Windows color (decimal): -5266277 or 10200239. OLE color: 10200239.

HSL color Cylindrical-coordinate representation of color #AFA49B: hue angle of 27º 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 #AFA49B is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175164155-
CMYK00.060.110.31
HSL27º11.11%64.71%-
HSV(B)27º11.43%68.63%-
XYZ36.8738.0336.41-
YUV166.26121.64134.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=35.43%
G=33.20%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516415500.060.110.312711.1164.71
HexAFA49B06B1F1bb41
Octal2572442330613373313101
Binary10101111101001001001101101101011111111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA49B; }

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

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

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

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

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

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

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

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