#AFABA6

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

Shades of Cloudy #AFABA6

Tints of Cloudy #AFABA6

Color information

#AFABA6 (or 0xAFABA6) is unknown color: approx Cloudy. HEX triplet: AF, AB and A6. RGB value is (175,171,166). Sum of RGB (Red+Green+Blue) = 175+171+166=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA6 is #505459. Grayscale: #ABABAB. Windows color (decimal): -5264474 or 10922927. OLE color: 10922927.

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

Color convert

RGB175171166-
CMYK00.020.050.31
HSL33.33º5.33%66.86%-
HSV(B)33.33º5.14%68.63%-
XYZ39.1340.9941.93-
YUV171.63124.83130.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=34.18%
G=33.40%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517116600.020.050.3133.335.3366.86
HexAFABA60251F21543
Octal25725324602537415103
Binary101011111010101110100110010101111111000011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA6; }

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

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

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

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

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

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

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

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