#AFABA1

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

Shades of Cloudy #AFABA1

Tints of Cloudy #AFABA1

Color information

#AFABA1 (or 0xAFABA1) is unknown color: approx Cloudy. HEX triplet: AF, AB and A1. RGB value is (175,171,161). Sum of RGB (Red+Green+Blue) = 175+171+161=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA1 is #50545E. Grayscale: #ABABAB. Windows color (decimal): -5264479 or 10595247. OLE color: 10595247.

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

Color convert

RGB175171161-
CMYK00.020.080.31
HSL42.86º8.05%65.88%-
HSV(B)42.86º8%68.63%-
XYZ38.6840.8139.56-
YUV171.06122.33130.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=34.52%
G=33.73%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517116100.020.080.3142.868.0565.88
HexAFABA10281F2b842
Octal2572532410210375310102
Binary10101111101010111010000101010001111110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA1; }

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

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

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

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

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

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

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

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