#AFA394

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

Shades of Cloudy #AFA394

Tints of Cloudy #AFA394

Color information

#AFA394 (or 0xAFA394) is unknown color: approx Cloudy. HEX triplet: AF, A3 and 94. RGB value is (175,163,148). Sum of RGB (Red+Green+Blue) = 175+163+148=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA394 is #505C6B. Grayscale: #A4A4A4. Windows color (decimal): -5266540 or 9741231. OLE color: 9741231.

HSL color Cylindrical-coordinate representation of color #AFA394: hue angle of 33.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA394 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175163148-
CMYK00.070.150.31
HSL33.33º14.44%63.33%-
HSV(B)33.33º15.43%68.63%-
XYZ36.1237.4533.34-
YUV164.88118.48135.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=36.01%
G=33.54%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516314800.070.150.3133.3314.4463.33
HexAFA39407F1F21e3f
Octal257243224071737411677
Binary10101111101000111001010001111111111111000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA394; }

 p { color: rgb(175,163,148); }

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

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

 a { background-color: rgb(175,163,148); }

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

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

 span { border-color: rgb(175,163,148); }

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