#AFABA3

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

Shades of Cloudy #AFABA3

Tints of Cloudy #AFABA3

Color information

#AFABA3 (or 0xAFABA3) is unknown color: approx Cloudy. HEX triplet: AF, AB and A3. RGB value is (175,171,163). Sum of RGB (Red+Green+Blue) = 175+171+163=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA3 is #50545C. Grayscale: #ABABAB. Windows color (decimal): -5264477 or 10726319. OLE color: 10726319.

HSL color Cylindrical-coordinate representation of color #AFABA3: hue angle of 40º degrees, saturation: 0.07, 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 #AFABA3 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175171163-
CMYK00.020.070.31
HSL40º6.98%66.27%-
HSV(B)40º6.86%68.63%-
XYZ38.8540.8840.49-
YUV171.28123.33130.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=34.38%
G=33.60%
B=32.02%

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
Decimal17517116300.020.070.31406.9866.27
HexAFABA30271F28742
Octal25725324302737507102
Binary101011111010101110100011010111111111010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA3; }

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

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

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

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

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

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

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

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