#AFA798

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

Shades of Cloudy #AFA798

Tints of Cloudy #AFA798

Color information

#AFA798 (or 0xAFA798) is unknown color: approx Cloudy. HEX triplet: AF, A7 and 98. RGB value is (175,167,152). Sum of RGB (Red+Green+Blue) = 175+167+152=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA798 is #505867. Grayscale: #A7A7A7. Windows color (decimal): -5265512 or 10004399. OLE color: 10004399.

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

Color convert

RGB175167152-
CMYK00.050.130.31
HSL39.13º12.57%64.12%-
HSV(B)39.13º13.14%68.63%-
XYZ37.1739.0235.28-
YUV167.68119.15133.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=35.43%
G=33.81%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516715200.050.130.3139.1312.5764.12
HexAFA79805D1F27d40
Octal2572472300515374715100
Binary101011111010011110011000010111011111110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA798; }

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

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

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

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

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

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

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

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