#AFABA2

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

Shades of Cloudy #AFABA2

Tints of Cloudy #AFABA2

Color information

#AFABA2 (or 0xAFABA2) is unknown color: approx Cloudy. HEX triplet: AF, AB and A2. RGB value is (175,171,162). Sum of RGB (Red+Green+Blue) = 175+171+162=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA2 is #50545D. Grayscale: #ABABAB. Windows color (decimal): -5264478 or 10660783. OLE color: 10660783.

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

Color convert

RGB175171162-
CMYK00.020.070.31
HSL41.54º7.51%66.08%-
HSV(B)41.54º7.43%68.63%-
XYZ38.7640.8540.02-
YUV171.17122.83130.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 162 (63.67% from 255) = 31.89%
R=34.45%
G=33.66%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517116200.020.070.3141.547.5166.08
HexAFABA20271F2a842
Octal257253242027375210102
Binary1010111110101011101000100101111111110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA2; }

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

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

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

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

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

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

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

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