#AFA398

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

Shades of Cloudy #AFA398

Tints of Cloudy #AFA398

Color information

#AFA398 (or 0xAFA398) is unknown color: approx Cloudy. HEX triplet: AF, A3 and 98. RGB value is (175,163,152). Sum of RGB (Red+Green+Blue) = 175+163+152=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA398 is #505C67. Grayscale: #A5A5A5. Windows color (decimal): -5266536 or 10003375. OLE color: 10003375.

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

Color convert

RGB175163152-
CMYK00.070.130.31
HSL28.7º12.57%64.12%-
HSV(B)28.7º13.14%68.63%-
XYZ36.4437.5835.04-
YUV165.33120.48134.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=35.71%
G=33.27%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516315200.070.130.3128.712.5764.12
HexAFA39807D1F1dd40
Octal2572432300715373515100
Binary10101111101000111001100001111101111111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA398; }

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

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

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

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

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

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

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

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