#AFA49A

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

Shades of Cloudy #AFA49A

Tints of Cloudy #AFA49A

Color information

#AFA49A (or 0xAFA49A) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 9A. RGB value is (175,164,154). Sum of RGB (Red+Green+Blue) = 175+164+154=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49A is #505B65. Grayscale: #A6A6A6. Windows color (decimal): -5266278 or 10134703. OLE color: 10134703.

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

Color convert

RGB175164154-
CMYK00.060.120.31
HSL28.57º11.6%64.51%-
HSV(B)28.57º12%68.63%-
XYZ36.793835.97-
YUV166.15121.14134.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=35.50%
G=33.27%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516415400.060.120.3128.5711.664.51
HexAFA49A06C1F1dc41
Octal2572442320614373514101
Binary10101111101001001001101001101100111111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA49A; }

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

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

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

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

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

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

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

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