#AFA498

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

Shades of Cloudy #AFA498

Tints of Cloudy #AFA498

Color information

#AFA498 (or 0xAFA498) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 98. RGB value is (175,164,152). Sum of RGB (Red+Green+Blue) = 175+164+152=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA498 is #505B67. Grayscale: #A5A5A5. Windows color (decimal): -5266280 or 10003631. OLE color: 10003631.

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

Color convert

RGB175164152-
CMYK00.060.130.31
HSL31.3º12.57%64.12%-
HSV(B)31.3º13.14%68.63%-
XYZ36.6237.9335.1-
YUV165.92120.14134.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=35.64%
G=33.40%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516415200.060.130.3131.312.5764.12
HexAFA49806D1F1fd40
Octal2572442300615373715100
Binary10101111101001001001100001101101111111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA498; }

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

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

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

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

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

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

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

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