#AFA49C

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

Shades of Cloudy #AFA49C

Tints of Cloudy #AFA49C

Color information

#AFA49C (or 0xAFA49C) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 9C. RGB value is (175,164,156). Sum of RGB (Red+Green+Blue) = 175+164+156=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49C is #505B63. Grayscale: #A6A6A6. Windows color (decimal): -5266276 or 10265775. OLE color: 10265775.

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

Color convert

RGB175164156-
CMYK00.060.110.31
HSL25.26º10.61%64.9%-
HSV(B)25.26º10.86%68.63%-
XYZ36.9638.0736.85-
YUV166.38122.14134.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=35.35%
G=33.13%
B=31.52%

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
Decimal17516415600.060.110.3125.2610.6164.9
HexAFA49C06B1F19b41
Octal2572442340613373113101
Binary10101111101001001001110001101011111111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA49C; }

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

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

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

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

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

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

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

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