#AFA59A

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

Shades of Cloudy #AFA59A

Tints of Cloudy #AFA59A

Color information

#AFA59A (or 0xAFA59A) is unknown color: approx Cloudy. HEX triplet: AF, A5 and 9A. RGB value is (175,165,154). Sum of RGB (Red+Green+Blue) = 175+165+154=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA59A is #505A65. Grayscale: #A6A6A6. Windows color (decimal): -5266022 or 10134959. OLE color: 10134959.

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

Color convert

RGB175165154-
CMYK00.060.120.31
HSL31.43º11.6%64.51%-
HSV(B)31.43º12%68.63%-
XYZ36.9738.3636.03-
YUV166.74120.81133.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=35.43%
G=33.40%
B=31.17%

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
Decimal17516515400.060.120.3131.4311.664.51
HexAFA59A06C1F1fc41
Octal2572452320614373714101
Binary10101111101001011001101001101100111111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA59A; }

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

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

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

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

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

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

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

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