#AFA698

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

Shades of Cloudy #AFA698

Tints of Cloudy #AFA698

Color information

#AFA698 (or 0xAFA698) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 98. RGB value is (175,166,152). Sum of RGB (Red+Green+Blue) = 175+166+152=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA698 is #505967. Grayscale: #A7A7A7. Windows color (decimal): -5265768 or 10004143. OLE color: 10004143.

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

Color convert

RGB175166152-
CMYK00.050.130.31
HSL36.52º12.57%64.12%-
HSV(B)36.52º13.14%68.63%-
XYZ36.9838.6535.22-
YUV167.1119.48133.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=35.50%
G=33.67%
B=30.83%

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
Decimal17516615200.050.130.3136.5212.5764.12
HexAFA69805D1F25d40
Octal2572462300515374515100
Binary101011111010011010011000010111011111110010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA698; }

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

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

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

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

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

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

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

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